commit | c6c37b2d4696559eb0a9aa8d61e4f7fc7ef758d9 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Mar 15 17:29:53 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Mar 15 17:29:53 2019 +0100 |
tree | dc886d5da2a80ce33136abf7f60c6a981c30dcf9 | |
parent | f22bd9055bb49624b5ea2589fa40deb06e904af7 [diff] |
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.