]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
test: Improve printing of test suite
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 2 May 2024 19:31:24 +0000 (21:31 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 2 May 2024 19:31:24 +0000 (21:31 +0200)
test/run

index e1cb179f42080c96d097e90182079469680f7755..60fc67c44de158bd9ef255cf0be094ffc6726f2e 100755 (executable)
--- a/test/run
+++ b/test/run
@@ -439,7 +439,10 @@ run_suite() {
         fi
     fi
 
-    echo "Running test suite $(bold $suite_name)"
+    printf "Running test suite $(bold $suite_name)"
+    if ! $VERBOSE; then
+        echo
+    fi
     SUITE_$suite_name
     echo