[master] 635f9f20c vtc: Increase the window height in r3159

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Wed Feb 2 15:34:05 UTC 2022


commit 635f9f20c6837255ccc5ee5034708aecd1672e1c
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Wed Feb 2 16:30:03 2022 +0100

    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.

diff --git a/bin/varnishtest/tests/r03159.vtc b/bin/varnishtest/tests/r03159.vtc
index 1b4c98600..e9862782b 100644
--- a/bin/varnishtest/tests/r03159.vtc
+++ b/bin/varnishtest/tests/r03159.vtc
@@ -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


More information about the varnish-commit mailing list