[master] f43679b69 More debugging

Poul-Henning Kamp phk at FreeBSD.org
Thu May 28 06:13:08 UTC 2020


commit f43679b69c9dad8258b7a3f5e5ac58b30fbee042
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Thu May 28 06:12:23 2020 +0000

    More debugging

diff --git a/bin/varnishtest/tests/u00000.vtc b/bin/varnishtest/tests/u00000.vtc
index d26626eb2..166cf3ead 100644
--- a/bin/varnishtest/tests/u00000.vtc
+++ b/bin/varnishtest/tests/u00000.vtc
@@ -4,8 +4,9 @@ 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
+	ls -la
 	set -x
+	tail no_keep.c || true
 	test -s no_keep.c && ! test -d no_keep
 }
 


More information about the varnish-commit mailing list