Commit 796398a7 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Use umask 0 while doing gcov, so the jail tests can store their counts.

parent d60893d3
......@@ -151,6 +151,7 @@ makegcov () (
export CFLAGS="-fprofile-arcs -ftest-coverage -fstack-protector -DDONT_DLCLOSE_VMODS" CC=gcc49
export MAKEFLAGS=-j1
umask 0
find . -name '*.gc??' -print | xargs rm -f
......
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