From fe222c53a03bb44dedc20121aa8395a763577668 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Mon, 6 May 2024 20:41:51 +0200 Subject: [PATCH] test: Improve verbose printing of test names --- test/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run b/test/run index 60fc67c4..cb176050 100755 --- 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 -- 2.47.2