From 563ad02663fa501b11a69593d2447225e6497d9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Tue, 8 Apr 2014 11:56:35 +0200 Subject: [PATCH] Fix final report in compat.sh Only affect what's printed, the exit code was already correct. --- tests/compat.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/compat.sh b/tests/compat.sh index e29d29f9c..bf5284785 100755 --- a/tests/compat.sh +++ b/tests/compat.sh @@ -1018,7 +1018,7 @@ done echo "------------------------------------------------------------------------" -if (( failed != 0 && srvmem != 0 )); +if (( failed != 0 || srvmem != 0 )); then echo -n "FAILED" else