From: Lucas De Marchi Date: Fri, 30 May 2014 13:20:19 +0000 (-0300) Subject: testsuite: Add braces X-Git-Tag: v18~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f429113a473ccf3f7d98a3b3e6d6c8b6b43af5d0;p=thirdparty%2Fkmod.git testsuite: Add braces --- diff --git a/testsuite/testsuite.c b/testsuite/testsuite.c index c29ca785..fb9509b8 100644 --- a/testsuite/testsuite.c +++ b/testsuite/testsuite.c @@ -774,10 +774,11 @@ static inline int test_run_parent(const struct test *t, int fdout[2], t->name); err = EXIT_FAILURE; } - } else + } else { ERR("%sFAILED%s: %s\n", ANSI_HIGHLIGHT_RED_ON, ANSI_HIGHLIGHT_OFF, t->name); + } } else { if (err == 0) { if (matchout) {