diff options
| -rwxr-xr-x | validation/test-suite | 2 |
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 |
