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