]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
test: Improve verbose printing of test names
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 6 May 2024 18:41:51 +0000 (20:41 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 6 May 2024 18:41:51 +0000 (20:41 +0200)
test/run

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