summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorParthasarathi Susarla <partha.susarla@collabora.co.uk>2011-02-08 01:30:42 +1100
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>2011-02-08 18:02:19 +0200
commitf63964dd828ccba805861c7041cd2d0df5d43b12 (patch)
treeaad56f615d16cfe0a47c9d06bac9e42db99a6da2 /tests
parent298fa252c6d92a22cb2cbbc6a02d476e233032c3 (diff)
downloadgupnp-dlna-f63964dd828ccba805861c7041cd2d0df5d43b12.tar.gz
Hilight test failure
Make the failure of the tests more obvious. Failure messages now appear in red.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-discoverer.sh.in2
1 files changed, 1 insertions, 1 deletions
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