]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REGTESTS: make use of HAPROXY_ARGS and pass -dM by default
authorWilly Tarreau <w@1wt.eu>
Wed, 16 Dec 2020 09:39:20 +0000 (10:39 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 16 Dec 2020 20:43:50 +0000 (21:43 +0100)
commita4009cd6103a92752db27c3a85051c6adcc832c1
tree1a8d80735d89042149ab9307b86074039da238df
parentdc32cd961bb166c3bdb633719918d89333060fa6
REGTESTS: make use of HAPROXY_ARGS and pass -dM by default

Enabling memory poisonning is often pretty effective for detecting
uninitialized structure fields. Let's enable it by default and let
the user change the arguments at will (e.g. forcing some memory limits
or disabling a poller). This will work with the latest vtest version
to date (02a9bc1).
scripts/run-regtests.sh