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