/
githubmirror
/
jtreg
Обзор
Документация
Войти
/
githubmirror
/
jtreg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/share/basic/shell/Pass.sh
25 строк
536 B
Jonathan Gibbons
7901941: Consolidate test layout
11 апр 2017, 01:03
11 апр 2017, 01:03
60485a4
Код
Авторство
О чём код?
# @test # @summary Passed: Execution successful # @test # @summary Passed: Execution successful # @run shell Pass.sh # @test # @summary Passed: Execution successful # @run shell/timeout=4 Pass.sh # @test # @summary Failed: Execution passed unexptectedly: exit code 0 # @run shell/fail Pass.sh # @test # @summary Failed: Execution passed unexptectedly: exit code 0 # @run shell/fail/timeout=8 Pass.sh # @test # @summary Passed: Execution successful # @run shell Pass.sh arg0 arg1 arg2 arg3 echo "I should pass" echo "My args: " $@