do not fail on pass.

This commit is contained in:
Lukas Schauer
2016-02-10 19:38:52 +01:00
parent bfb45d8b8f
commit f7c079cb80

View File

@@ -17,9 +17,6 @@ _SUBTEST() {
echo -n " + ${1} "
}
_PASS() {
if [[ ! -z "$(cat errorlog)" ]]; then
_FAIL
fi
echo -e "[\u001B[32mPASS\u001B[0m]"
}
_FAIL() {