]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: Makefile: allow the reg-tests target to be verbose
authorWilly Tarreau <w@1wt.eu>
Fri, 15 Mar 2019 16:28:36 +0000 (17:28 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 15 Mar 2019 16:28:36 +0000 (17:28 +0100)
When debugging reg-tests, it's quite annoying not to be able to figure
the syntax to call the scripts. Let's replace the '@' with '$(Q)' as for
other commands so that launching them with "V=1" is enough to reveal the
command line.

Makefile

index 0ab190295bf471f54003fb84ed6b9be51e6a16ef..db7f41917129c232d285c8918349c79abb63df63 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1100,7 +1100,7 @@ endif
 
 # Target to run the regression testing script files.
 reg-tests:
-       @./scripts/run-regtests.sh --LEVEL "$$LEVEL" $(REGTEST_ARGS) $(REG_TEST_FILES)
+       $(Q)./scripts/run-regtests.sh --LEVEL "$$LEVEL" $(REGTEST_ARGS) $(REG_TEST_FILES)
 .PHONY: $(REGTEST_ARGS)
 
 reg-tests-help: