test-lib: --valgrind should not override --verbose-log
[gitweb.git] / t / test-lib.sh
index 5fbd8d4a90b3b88cf57ca53c6b1fe99d5a957460..62461a6e350fa6aad4ce2d776d21044d1d20d1a3 100644 (file)
@@ -274,7 +274,7 @@ then
        test -z "$verbose" && verbose_only="$valgrind_only"
 elif test -n "$valgrind"
 then
-       verbose=t
+       test -z "$verbose_log" && verbose=t
 fi
 
 if test -n "$color"