aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/test-suite
diff options
Diffstat (limited to 'validation/test-suite')
-rwxr-xr-xvalidation/test-suite2
1 files changed, 1 insertions, 1 deletions
diff --git a/validation/test-suite b/validation/test-suite
index c14a4c5a..852904a4 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