]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
test/test-functions: colorize startup
authorHarald Hoyer <harald@redhat.com>
Thu, 27 Feb 2020 15:17:23 +0000 (16:17 +0100)
committerHarald Hoyer <harald@redhat.com>
Thu, 27 Feb 2020 15:17:23 +0000 (16:17 +0100)
test/test-functions

index 3395ee8f1586c944c4f534eec1fcbb9b357b0528..ae096c2146bc36ff23bc268b3b365e07a0697791 100644 (file)
@@ -58,7 +58,7 @@ while (($# > 0)); do
                 echo -e "TEST: $TEST_DESCRIPTION " $COLOR_WARNING "[SKIPPED]" $COLOR_NORMAL
                 exit 0;
             else
-                echo "TEST: $TEST_DESCRIPTION [STARTED]";
+                echo -e "TEST: $TEST_DESCRIPTION " $COLOR_SUCCESS "[STARTED]" $COLOR_NORMAL;
             fi
             if [[ "$V" == "1" ]]; then
                 set -o pipefail