Mailing List Archive

[master] 6f1563cf9 vtest: Temporary debugging in u0.vtc
commit 6f1563cf9b301677f2b2934d7ef97419cd74a7be
Author: Dridi Boukelmoune <dridi.boukelmoune@gmail.com>
Date: Wed May 27 13:11:52 2020 +0200

vtest: Temporary debugging in u0.vtc

For some reason this is failing on some platforms reporting on VTEST.

diff --git a/bin/varnishtest/tests/u00000.vtc b/bin/varnishtest/tests/u00000.vtc
index f7c13fb27..d26626eb2 100644
--- a/bin/varnishtest/tests/u00000.vtc
+++ b/bin/varnishtest/tests/u00000.vtc
@@ -4,11 +4,15 @@ shell "varnishd -b 127.0.0.1:80 -C 2> ${tmpdir}/_.c"

shell {
varnishd -n ${tmpdir}/no_keep -C -b 127.0.0.1:80 2> no_keep.c
+ ls -l
+ set -x
test -s no_keep.c && ! test -d no_keep
}

shell {
varnishd -n ${tmpdir}/keep -p debug=+vcl_keep -C -b 127.0.0.1:80 2> keep.c
+ ls -l
+ set -x
test -s keep.c && test -d keep
}

_______________________________________________
varnish-commit mailing list
varnish-commit@varnish-cache.org
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-commit