mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-04 16:43:17 +02:00
REGTESTS: use -dI for insecure fork by default in the regtest scripts
Let's remove the CI HAPROXY_ARGS setting and set -dI for anything run with the run-regtests.sh.
This commit is contained in:
@@ -312,7 +312,7 @@ _version() {
|
||||
|
||||
|
||||
HAPROXY_PROGRAM="${HAPROXY_PROGRAM:-${PWD}/haproxy}"
|
||||
HAPROXY_ARGS="${HAPROXY_ARGS--dM}"
|
||||
HAPROXY_ARGS="${HAPROXY_ARGS--dM -dI}"
|
||||
VTEST_PROGRAM="${VTEST_PROGRAM:-vtest}"
|
||||
TESTDIR="${TMPDIR:-/tmp}"
|
||||
REGTESTS=""
|
||||
|
||||
Reference in New Issue
Block a user