mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-07 14:01:54 +00:00
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:
parent
c13f3028e8
commit
848878c215
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user