Skip to content

Commit c172b48

Browse files
committed
debug logs
1 parent 78dbf4b commit c172b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ci/kokoro/run_integ_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if [[ $KOKORO_JOB_NAME =~ "linux" ]]; then
2929
id -u
3030
# sudo -u tester id -u
3131
# runuser -l tester -c "id -u"
32-
sudo -u tester source "$HELPER_PATH"
32+
sudo -E -u tester source "$HELPER_PATH"
3333
elif [[ $KOKORO_JOB_NAME =~ "macos" ]]; then
3434
export LANG=en_US.UTF-8
3535
export LC_ALL=en_US.UTF-8

0 commit comments

Comments
 (0)