We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ed5534 commit 78dbf4bCopy full SHA for 78dbf4b
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 -u tester bash "$HELPER_PATH"
+ sudo -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
36
- bash "$HELPER_PATH"
+ source "$HELPER_PATH"
37
fi
38
0 commit comments