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" ...@@ -4,8 +4,7 @@ shell "varnishd -b None -C 2> ${tmpdir}/_.c"
shell { shell {
varnishd -n ${tmpdir}/no_keep -C -b None 2> no_keep.c varnishd -n ${tmpdir}/no_keep -C -b None 2> no_keep.c
test -s no_keep.c && ! test -d no_keep || \ test -s no_keep.c && ! test -d no_keep || test -d no_keep/*/vgc.so.dSYM
(test -f no_keep/*/vgc.gcda || test -d no_keep/*/vgc.so.dSYM)
} }
shell { 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