fix verbosity levels in tests

This commit is contained in:
Thomas Levine 2016-03-06 14:40:47 +00:00
parent 5cd182ff8f
commit 5864d81f55
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
set -e
! $TEST_SHELL ../../urchin --run-in-series --exit-on-fail \
! $TEST_SHELL ../../urchin -vv --run-in-series --exit-on-fail \
./.test_-e,--exit-on-fail > $tmp
grep '1 should run.' $tmp

View File

@ -1,3 +1,3 @@
$TEST_SHELL ../../urchin -s sh -t .testsuite/ |
$TEST_SHELL ../../urchin -v -s sh -t .testsuite/ |
sed -e 1d -e /second/d > $tmp
diff $tmp .tap-output-expectation