Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> --- validation/test-suite | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validation/test-suite b/validation/test-suite index c14a4c5ab..852904a4d 100755 --- a/validation/test-suite +++ b/validation/test-suite @@ -259,7 +259,7 @@ do_test() if [ "$test_failed" -eq "1" ]; then echo "info: test '$file' is known to fail" else - echo "info: test '$file' is known to fail but succeed!" + echo "error: test '$file' is known to fail but succeed!" test_failed=1 fi fi -- 2.11.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