We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2c1059 commit d926a42Copy full SHA for d926a42
.gentoo/coverage.sh
@@ -2,7 +2,8 @@
2
3
useradd -m -G users -s /bin/bash testrunner
4
5
-su - testrunner -c "kcov --bash-dont-parse-binary-dir \
+su --preserve-environment testrunner -c \
6
+ "kcov --bash-dont-parse-binary-dir \
7
--include-path=. \
8
/var/tmp/coverage \
9
bats -t tests"
0 commit comments