Skip to content

Commit 7bb8e79

Browse files
committed
Test executing tests as portage user.
1 parent d926a42 commit 7bb8e79

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.gentoo/coverage.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#!/usr/bin/env bash
22

3-
useradd -m -G users -s /bin/bash testrunner
4-
5-
su --preserve-environment testrunner -c \
3+
su --preserve-environment portage -c \
64
"kcov --bash-dont-parse-binary-dir \
75
--include-path=. \
86
/var/tmp/coverage \

0 commit comments

Comments
 (0)