We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78dbf4b commit c172b48Copy full SHA for c172b48
test/ci/kokoro/run_integ_tests.sh
@@ -29,7 +29,7 @@ if [[ $KOKORO_JOB_NAME =~ "linux" ]]; then
29
id -u
30
# sudo -u tester id -u
31
# runuser -l tester -c "id -u"
32
- sudo -u tester source "$HELPER_PATH"
+ sudo -E -u tester source "$HELPER_PATH"
33
elif [[ $KOKORO_JOB_NAME =~ "macos" ]]; then
34
export LANG=en_US.UTF-8
35
export LC_ALL=en_US.UTF-8
0 commit comments