From f63964dd828ccba805861c7041cd2d0df5d43b12 Mon Sep 17 00:00:00 2001 From: Parthasarathi Susarla Date: Tue, 8 Feb 2011 01:30:42 +1100 Subject: [PATCH] Hilight test failure Make the failure of the tests more obvious. Failure messages now appear in red. --- tests/test-discoverer.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-discoverer.sh.in b/tests/test-discoverer.sh.in index 109ca73..63ecbbc 100644 --- a/tests/test-discoverer.sh.in +++ b/tests/test-discoverer.sh.in @@ -73,7 +73,7 @@ while read line; do echo -n " Testing ${path} ... " if [[ "x${profile}" != "x${out_profile}" || "x${mime}" != "x${out_mime}" ]]; then ret=1 - echo "FAIL: ${path},${out_profile},${out_mime}" + echo -e "\e[01;31mFAIL: ${path},${out_profile},${out_mime}\e[0m" else echo "PASS" fi -- 2.1.4