REGTESTS: Skip http_splicing.vtc script if fast-forward is disabled

If "-dF" command line argument is passed to haproxy to execute the script,
by sepcifying HAPROXY_ARGS variable, http_splicing.vtc is now skipped.
Without this patch, the script fails when the fast-forward is disabled.
This commit is contained in:
Christopher Faulet 2023-02-21 11:21:03 +01:00
parent c13f3028e8
commit 848878c215
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ varnishtest "A test to validate h1 splicing support"
feature cmd "$HAPROXY_PROGRAM -cc 'version_atleast(2.6-dev0)'"
feature cmd "$HAPROXY_PROGRAM -cc 'feature(LINUX_SPLICE)'"
feature cmd "$HAPROXY_PROGRAM $HAPROXY_ARGS -cc 'enabled(FAST-FORWARD)'"
feature ignore_unknown_macro
#REGTEST_TYPE=slow