mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-07 07:37:02 +02:00
BUILD: Makefile: allow the reg-tests target to be verbose
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.
This commit is contained in:
parent
57cb506df8
commit
f22bd9055b
2
Makefile
2
Makefile
@ -1100,7 +1100,7 @@ endif
|
|||||||
|
|
||||||
# Target to run the regression testing script files.
|
# Target to run the regression testing script files.
|
||||||
reg-tests:
|
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)
|
.PHONY: $(REGTEST_ARGS)
|
||||||
|
|
||||||
reg-tests-help:
|
reg-tests-help:
|
||||||
|
Loading…
Reference in New Issue
Block a user