summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/common/tests.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/common/tests.c b/test/common/tests.c
index c26a6e2..e93afea 100644
--- a/test/common/tests.c
+++ b/test/common/tests.c
@@ -338,6 +338,7 @@ int main(int argc, char *argv[])
break;
case FAILHARD:
aborted = 1;
+ COL("41;37;01"); printf("fatal error - "); NOCOL;
/* fall-through */
case FAIL:
COL("41;37;01"); printf("FAIL"); NOCOL;