]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
REGTESTS: use -dI for insecure fork by default in the regtest scripts
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 22 Apr 2024 14:15:57 +0000 (16:15 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 22 Apr 2024 14:15:57 +0000 (16:15 +0200)
Let's remove the CI HAPROXY_ARGS setting and set -dI for anything run
with the run-regtests.sh.

.github/workflows/vtest.yml
scripts/run-regtests.sh

index 5ee8a7a64fc93f5297a3acaa07023b055aa7c62c..27d96989a79f596d306f07c86820a8ab3ab11ee0 100644 (file)
@@ -149,7 +149,7 @@ jobs:
         # the '-n' soft limit to the hard limit, thus failing to run.
         ulimit -n 65536
         ulimit -c unlimited
-        make reg-tests HAPROXY_ARGS="-dI" VTEST_PROGRAM=../vtest/vtest REGTESTS_TYPES=default,bug,devel
+        make reg-tests VTEST_PROGRAM=../vtest/vtest REGTESTS_TYPES=default,bug,devel
     - name: Config syntax check memleak smoke testing
       if: ${{ contains(matrix.name, 'ASAN') }}
       run: |
index 85f13419eff6a1470b865ec19601f6965449a893..eeb41f94f9e08772fd9ea77a748c0114523e5ab1 100755 (executable)
@@ -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=""