Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> --- validation/test-suite | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/validation/test-suite b/validation/test-suite index 256d31550..5dfe9e7f3 100755 --- a/validation/test-suite +++ b/validation/test-suite @@ -327,17 +327,19 @@ do_test() fi fi - [ "$test_failed" -eq "$must_fail" ] || failed=1 - if [ "$must_fail" -eq "1" ]; then if [ "$test_failed" -eq "1" ]; then echo "info: test '$file' is known to fail" else echo "error: test '$file' is known to fail but succeed!" - test_failed=1 fi fi + if [ "$test_failed" -ne "$must_fail" ]; then + test_failed=1 + failed=1 + fi + if [ "$test_failed" -eq "1" ]; then ko_tests=$(($ko_tests + 1)) else -- 2.14.0 -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html