File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,13 @@ server s1 {
2525# interval to avoid further interference
2626shell {
2727 # testdir is automatically set to the directory containing the present vtc
28- sed ${testdir}/../../../app/code/Magento/PageCache/etc/varnish6.vcl > ${tmpdir}/output.vcl \
28+ sed \
2929 -e 's@\.interval = 5s;@.interval = 5m; .initial = 10;@' \
3030 -e 's@/\* {{ host }} \*/@${s1_addr}@' \
3131 -e 's@/\* {{ port }} \*/@${s1_port}@' \
3232 -e 's@/\* {{ ssl_offloaded_header }} \*/@unused@' \
33- -e 's@/\* {{ grace_period }} \*/@0@'
33+ -e 's@/\* {{ grace_period }} \*/@0@' \
34+ ${testdir}/../../../app/code/Magento/PageCache/etc/varnish6.vcl > ${tmpdir}/output.vcl
3435}
3536
3637# little trick here: we leverage the fact that subroutines with the same name
You can’t perform that action at this time.
0 commit comments