[master] 796398a Use umask 0 while doing gcov, so the jail tests can store their counts.

Poul-Henning Kamp phk at FreeBSD.org
Sat Nov 25 00:13:06 UTC 2017


commit 796398a718a6d4c9ef7b1eea1d3dec4ec5924dee
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Sat Nov 25 00:11:29 2017 +0000

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

diff --git a/tools/vtest.sh b/tools/vtest.sh
index e990d10..b2e121d 100755
--- a/tools/vtest.sh
+++ b/tools/vtest.sh
@@ -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
 


More information about the varnish-commit mailing list