commit | 563ad02663fa501b11a69593d2447225e6497d9b | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Apr 08 11:56:35 2014 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Apr 08 11:56:35 2014 +0200 |
tree | 2dfd904bee5f74abac641cfb2d38b77826bd0ce8 | |
parent | 8c045ef8e4a01177df2f76fa4040a951e42ae471 [diff] [blame] |
Fix final report in compat.sh Only affect what's printed, the exit code was already correct.
diff --git a/tests/compat.sh b/tests/compat.sh index e29d29f..bf52847 100755 --- a/tests/compat.sh +++ b/tests/compat.sh
@@ -1018,7 +1018,7 @@ echo "------------------------------------------------------------------------" -if (( failed != 0 && srvmem != 0 )); +if (( failed != 0 || srvmem != 0 )); then echo -n "FAILED" else