Commit 872ca00d authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

vtc: Simplify u0

We no longer pass coverage flags to cc_command.
parent f46014f2
......@@ -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 {
......
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