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