From 8cbde4b27cc0c73fa4b9a0b13fc5c335e9741645 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 2 Feb 2016 14:56:27 -0600 Subject: Update to status.html and some test suite cosmetic tweaks. --- scripts/runtest.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/runtest.sh') diff --git a/scripts/runtest.sh b/scripts/runtest.sh index 7f9e8b92..884af9c5 100644 --- a/scripts/runtest.sh +++ b/scripts/runtest.sh @@ -43,9 +43,9 @@ SHOWSKIP=SKIP if tty -s <&1 then - SHOWPASS="$(echo -e "\033[1m\033[32m${SHOWPASS}\033[0m")" - SHOWFAIL="$(echo -e "\033[1m\033[31m${SHOWFAIL}\033[0m")" - SHOWSKIP="$(echo -e "\033[1m\033[33m${SHOWSKIP}\033[0m")" + SHOWPASS="$(echo -e "\033[1;32m${SHOWPASS}\033[0m")" + SHOWFAIL="$(echo -e "\033[1;31m${SHOWFAIL}\033[0m")" + SHOWSKIP="$(echo -e "\033[1;33m${SHOWSKIP}\033[0m")" fi optional() -- cgit v1.2.3