Skip to content

Commit 78dbf4b

Browse files
committed
debug logs
1 parent 8ed5534 commit 78dbf4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/ci/kokoro/run_integ_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ 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 bash "$HELPER_PATH"
32+
sudo -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
36-
bash "$HELPER_PATH"
36+
source "$HELPER_PATH"
3737
fi
3838

0 commit comments

Comments
 (0)