]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
testsuite: fix color of unexpected failure
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Thu, 16 Feb 2012 23:11:13 +0000 (21:11 -0200)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Thu, 16 Feb 2012 23:18:00 +0000 (21:18 -0200)
testsuite/testsuite.c

index f22914fbefac48ae11e81beaeed0cc5afcdb2c50..c330e4c62c6bee276cfd7770c10d7988d5cdc317 100644 (file)
@@ -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