BUILD: Makefile: resolve LEVEL before calling run-regtests
authorWilly Tarreau <w@1wt.eu>
Fri, 15 Mar 2019 16:29:53 +0000 (17:29 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 15 Mar 2019 16:29:53 +0000 (17:29 +0100)
commitc6c37b2d4696559eb0a9aa8d61e4f7fc7ef758d9
treedc886d5da2a80ce33136abf7f60c6a981c30dcf9
parentf22bd9055bb49624b5ea2589fa40deb06e904af7
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.
Makefile