From: Thomas Otto Date: Thu, 17 Oct 2019 09:33:43 +0000 (+0200) Subject: test output: improve readability on light backgrounds X-Git-Tag: v4.0~746 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0f2ecbf963e9664f0dad45fba1cc9014e9fe96dc;p=thirdparty%2Fccache.git test output: improve readability on light backgrounds `bold()` now only writes bold text, not bold and white text --- diff --git a/test/run b/test/run index ed9f609db..13def5915 100755 --- a/test/run +++ b/test/run @@ -30,7 +30,7 @@ red() { } bold() { - printf "\033[1;37m$*\033[0;0m\n" + printf "\033[1m$*\033[0m\n" } test_failed() {