Fix final report in compat.sh

Only affect what's printed, the exit code was already correct.
This commit is contained in:
Manuel Pégourié-Gonnard 2014-04-08 11:56:35 +02:00
parent 8c045ef8e4
commit 563ad02663

View file

@ -1018,7 +1018,7 @@ done
echo "------------------------------------------------------------------------"
if (( failed != 0 && srvmem != 0 ));
if (( failed != 0 || srvmem != 0 ));
then
echo -n "FAILED"
else