Commit 98fe9b34 authored by Lukas Schauer's avatar Lukas Schauer

never PASS with content in errorlog

parent 85b3f191
......@@ -17,6 +17,9 @@ _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