Mailing List Archive

[master] 872ca00d1 vtc: Simplify u0
commit 872ca00d152c064c6faa16c9b99fe70dbf3ba441
Author: Dridi Boukelmoune <dridi.boukelmoune@gmail.com>
Date: Thu Mar 17 17:04:44 2022 +0100

vtc: Simplify u0

We no longer pass coverage flags to cc_command.

diff --git a/bin/varnishtest/tests/u00000.vtc b/bin/varnishtest/tests/u00000.vtc
index e568f4adb..c33bfc9e4 100644
--- a/bin/varnishtest/tests/u00000.vtc
+++ b/bin/varnishtest/tests/u00000.vtc
@@ -4,8 +4,7 @@ shell "varnishd -b None -C 2> ${tmpdir}/_.c"

shell {
varnishd -n ${tmpdir}/no_keep -C -b None 2> no_keep.c
- test -s no_keep.c && ! test -d no_keep || \
- (test -f no_keep/*/vgc.gcda || test -d no_keep/*/vgc.so.dSYM)
+ test -s no_keep.c && ! test -d no_keep || test -d no_keep/*/vgc.so.dSYM
}

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