Commit f7c079cb authored by Lukas Schauer's avatar Lukas Schauer

do not fail on pass.

parent bfb45d8b
......@@ -17,9 +17,6 @@ _SUBTEST() {
echo -n " + ${1} "
}
_PASS() {
if [[ ! -z "$(cat errorlog)" ]]; then
_FAIL
fi
echo -e "[\u001B[32mPASS\u001B[0m]"
}
_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