]> git.kaiwu.me - haproxy.git/commit
BUILD: makefile: fix range build without test command
authorWilly Tarreau <w@1wt.eu>
Thu, 12 Mar 2026 07:30:30 +0000 (08:30 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 12 Mar 2026 17:06:37 +0000 (18:06 +0100)
commit4d5a91b8af06604f97cae22a7db381d4deb4b1ec
treea6dc176938a9a36179cecd35e2afdf4a27c0a520
parent4102461dd621303d89a0f547cfec9d89f1db6113
BUILD: makefile: fix range build without test command

In 3.3, the "make range" target adopted a test command via the TEST_CMD
variable, with commit 90b70b61b1 ("BUILD: makefile: implement support
for running a command in range"). However now it breaks the script when
TEST_CMD is not set due to the shell expansion leaving two '||' operators
side by side. Let's fix this by passing the contents of the makefile
variable in positional arguments before executing them.
Makefile