diff options
author | Rob Landley <rob@landley.net> | 2016-02-02 14:56:27 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2016-02-02 14:56:27 -0600 |
commit | 8cbde4b27cc0c73fa4b9a0b13fc5c335e9741645 (patch) | |
tree | 732132d63fc9d5ebee5302837366dc8b5ae4c824 /scripts/runtest.sh | |
parent | dabdebdc7a27bde9638f1f8f528427d9f8b65fa0 (diff) | |
download | toybox-8cbde4b27cc0c73fa4b9a0b13fc5c335e9741645.tar.gz |
Update to status.html and some test suite cosmetic tweaks.
Diffstat (limited to 'scripts/runtest.sh')
-rw-r--r-- | scripts/runtest.sh | 6 |
1 files changed, 3 insertions, 3 deletions
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() |