aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation
diff options
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2017-09-10 10:49:20 +0200
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2017-11-08 10:51:01 +0100
commitc3c0e477f649f5b5cd9ab8b33d39fb772c82f424 (patch)
tree1a7a033007d577eb358b7cd8d8a3d5a7a6f205ec /validation
parent11f673d8c3827e8e2d812bacd0ac21739b54193c (diff)
downloadsparse-dev-c3c0e477f649f5b5cd9ab8b33d39fb772c82f424.tar.gz
testsuite: check error messages first
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'validation')
-rwxr-xr-xvalidation/test-suite2
1 files changed, 1 insertions, 1 deletions
diff --git a/validation/test-suite b/validation/test-suite
index 94120069..adcb1a65 100755
--- a/validation/test-suite
+++ b/validation/test-suite
@@ -277,7 +277,7 @@ do_test()
[ $must_fail -eq 1 ] && [ $V -eq 0 ] && quiet=1
known_ko_tests=$(($known_ko_tests + $must_fail))
- for stream in output error; do
+ for stream in error output; do
eval ignore=\$check_${stream}_ignore
[ $ignore -eq 1 ] && continue