Commit e8965299 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Fix the GCOV workaround in u0.vtc

Refs 9a14e68e
parent 04c42ac3
......@@ -4,7 +4,7 @@ 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
test -s no_keep.c && ! test -d no_keep || test -f no_keep/vgc.gcda
test -s no_keep.c && ! test -d no_keep || test -f no_keep/*/vgc.gcda
}
shell {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment