mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-03 18:52:04 +00:00
BUILD: Makefile: resolve LEVEL before calling run-regtests
Calling "make reg-tests V=1" shows --LEVEL "$LEVEL" which is not quite useful. Let's use "$(LEVEL)" instead of "$$LEVEL" so that make resolves the variable before launching the command. This way the reported command is usable from the shell.
This commit is contained in:
parent
f22bd9055b
commit
c6c37b2d46
2
Makefile
2
Makefile
@ -1100,7 +1100,7 @@ endif
|
||||
|
||||
# Target to run the regression testing script files.
|
||||
reg-tests:
|
||||
$(Q)./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:
|
||||
|
Loading…
Reference in New Issue
Block a user