Mailing List Archive

[master] 0786c5cd4 Revert temporary debugging in u0.vtc
commit 0786c5cd4f12b4909b4ed25eb2ac7ee682e3741e
Author: Dridi Boukelmoune <dridi.boukelmoune@gmail.com>
Date: Tue Jun 2 13:27:44 2020 +0200

Revert temporary debugging in u0.vtc

Reverts:
8eb42d2cc91179ac56d428d6f1b96fe25d8b3135
f43679b69c9dad8258b7a3f5e5ac58b30fbee042
6f1563cf9b301677f2b2934d7ef97419cd74a7be

diff --git a/bin/varnishtest/tests/u00000.vtc b/bin/varnishtest/tests/u00000.vtc
index 563caca8a..f7c13fb27 100644
--- a/bin/varnishtest/tests/u00000.vtc
+++ b/bin/varnishtest/tests/u00000.vtc
@@ -4,16 +4,11 @@ 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 -laR
- set -x
- tail no_keep.c || true
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