compat.sh cosmetics

This commit is contained in:
Manuel Pégourié-Gonnard 2014-02-24 13:20:14 +01:00
parent 720375e7ea
commit 4145b89091
2 changed files with 15 additions and 16 deletions

View file

@ -471,6 +471,6 @@ else
echo -n "FAILED"
fi
PASSES=`echo $TESTS - $FAILS | bc`
echo " ($PASSES / $TESTS)"
echo " ($PASSES / $TESTS tests)"
exit $FAILS