From: Lucas De Marchi Date: Thu, 16 Feb 2012 23:11:13 +0000 (-0200) Subject: testsuite: fix color of unexpected failure X-Git-Tag: v6~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=658e0471b39087a9914184748eb45fa1ddfc7c9e;p=thirdparty%2Fkmod.git testsuite: fix color of unexpected failure --- diff --git a/testsuite/testsuite.c b/testsuite/testsuite.c index f22914fb..c330e4c6 100644 --- a/testsuite/testsuite.c +++ b/testsuite/testsuite.c @@ -427,7 +427,7 @@ static inline int test_run_parent(const struct test *t, int fdout[2], if (err == 0) { if (matchout) { LOG("%sUNEXPECTED PASS%s: %s\n", - ANSI_HIGHLIGHT_GREEN_ON, ANSI_HIGHLIGHT_OFF, + ANSI_HIGHLIGHT_RED_ON, ANSI_HIGHLIGHT_OFF, t->name); err = EXIT_FAILURE; } else