]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REGTEST: script: make the script use the new features list
authorWilly Tarreau <w@1wt.eu>
Wed, 27 Mar 2019 12:52:39 +0000 (13:52 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 27 Mar 2019 13:47:55 +0000 (14:47 +0100)
commit87586e15951dfd007a13b52adf421aa45c0047a9
tree73d95173a40f0886ad0a782d774f96ffdca4a336
parent824cd00d3bda8f7f6d4c30baf77ba6c19ab47811
REGTEST: script: make the script use the new features list

Currently the script only sees options that differ from the default,
which makes it fail on default options that are disabled (such as
threads on the relevant platforms). Let's make it instead extract
the newly introduced feature list and search for an explicit "+" in
front of the desiered feature. This one is known for always being
valid.
scripts/run-regtests.sh