assert that there is no timeout output

This commit is contained in:
Thomas Levine 2016-04-04 01:03:05 +00:00
parent 940cd549ab
commit 586f46600a
1 changed files with 4 additions and 0 deletions

4
tests/Flags/--timeout output Executable file
View File

@ -0,0 +1,4 @@
$TEST_SHELL ../../urchin --shell sh --timeout 0.3 .slow-tests 2>&1 |
grep -v -- --timeout |
grep timeout
test $? = 1