diff options
Diffstat (limited to 'validation/test-suite')
| -rwxr-xr-x | validation/test-suite | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/validation/test-suite b/validation/test-suite index 852904a4..fdb7cbc2 100755 --- a/validation/test-suite +++ b/validation/test-suite @@ -212,6 +212,10 @@ do_test() $cmd 1> $file.output.got 2> $file.error.got actual_exit_value=$? + get_tag "check-known-to-fail" $file + must_fail=`expr "$?" = 0` + known_ko_tests=`expr $known_ko_tests + $must_fail` + for stream in output error; do grep -s -q "check-$stream-ignore" $file && continue @@ -249,10 +253,6 @@ do_test() test_failed=1 fi - get_tag "check-known-to-fail" $file - must_fail=`expr "$?" = 0` - known_ko_tests=`expr $known_ko_tests + $must_fail` - [ "$test_failed" -eq "$must_fail" ] || failed=1 if [ "$must_fail" -eq "1" ]; then |
