]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
test: Improve verbose printing of test names
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 27 Apr 2024 16:20:15 +0000 (18:20 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 28 Apr 2024 19:48:30 +0000 (21:48 +0200)
test/run

index f62521f532144d6a4f071d5491ca1bdf4df32503..e1cb179f42080c96d097e90182079469680f7755 100755 (executable)
--- a/test/run
+++ b/test/run
@@ -439,7 +439,7 @@ run_suite() {
         fi
     fi
 
-    printf "Running test suite %s" "$(bold $suite_name)"
+    echo "Running test suite $(bold $suite_name)"
     SUITE_$suite_name
     echo
 
@@ -464,7 +464,7 @@ TEST() {
     reset_environment
 
     if $verbose; then
-        printf "\n  %s" "$CURRENT_TEST"
+        echo "  $CURRENT_TEST"
     else
         printf .
     fi