]> git.ipfire.org Git - thirdparty/haproxy.git/commit
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)
commitf22bd9055bb49624b5ea2589fa40deb06e904af7
treed1951bbfc14285cf15c74bb84abaa32d38625d62
parent57cb506df819351031209db8de2e795f3a910fae
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.
Makefile