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 c00eb92 commit e2c1059Copy full SHA for e2c1059
.gentoo/coverage.sh
@@ -1,6 +1,8 @@
1
#!/usr/bin/env bash
2
3
-kcov --bash-dont-parse-binary-dir \
+useradd -m -G users -s /bin/bash testrunner
4
+
5
+su - testrunner -c "kcov --bash-dont-parse-binary-dir \
6
--include-path=. \
7
/var/tmp/coverage \
- bats -t tests
8
+ bats -t tests"
0 commit comments