Commit f7c079cb authored by Lukas Schauer's avatar Lukas Schauer

do not fail on pass.

parent bfb45d8b
...@@ -17,9 +17,6 @@ _SUBTEST() { ...@@ -17,9 +17,6 @@ _SUBTEST() {
echo -n " + ${1} " echo -n " + ${1} "
} }
_PASS() { _PASS() {
if [[ ! -z "$(cat errorlog)" ]]; then
_FAIL
fi
echo -e "[\u001B[32mPASS\u001B[0m]" echo -e "[\u001B[32mPASS\u001B[0m]"
} }
_FAIL() { _FAIL() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment