Skip to content

Commit 867d4e6

Browse files
committed
sub-script
1 parent 40edca1 commit 867d4e6

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 -E -u tester source "$HELPER_PATH"
32+
sudo -E -u tester bash "$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-
source "$HELPER_PATH"
36+
bash "$HELPER_PATH"
3737
fi
3838

0 commit comments

Comments
 (0)