Commit 635f9f20 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

vtc: Increase the window height in r3159

Otherwise sanitizers suppressions may scroll the first expectation out.

Note to self: `process pNAME -winsz` is not documented.
parent 15b166f0
......@@ -10,7 +10,7 @@ shell {
EOF
}
process p1 -log {
process p1 -winsz 200 80 -log {
varnishd -F -n "${tmpdir}/t" -a "${tmpdir}/sock" \
-p vcc_err_unref=off -f "${tmpdir}/unref.vcl" 2>&1
} -start
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment