From f7c079cb80d487a905a24a294f05cff1bd732afe Mon Sep 17 00:00:00 2001 From: Lukas Schauer Date: Wed, 10 Feb 2016 19:38:52 +0100 Subject: [PATCH] do not fail on pass. --- test.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/test.sh b/test.sh index 0716611..0893bed 100755 --- a/test.sh +++ b/test.sh @@ -17,9 +17,6 @@ _SUBTEST() { echo -n " + ${1} " } _PASS() { - if [[ ! -z "$(cat errorlog)" ]]; then - _FAIL - fi echo -e "[\u001B[32mPASS\u001B[0m]" } _FAIL() {