File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1616# Doc: https://www.gnu.org/software/bash/manual/html_node/The-Set-Builtin.html#The-Set-Builtin
1717set -xu
1818
19+ HELPER_PATH=" /tmpfs/src/github/src/gsutil/test/ci/kokoro/run_integ_tests_helper.sh"
20+
1921# Set the locale to utf-8 for macos b/154863917 and linux
2022# https://github.com/GoogleCloudPlatform/gsutil/pull/1692
2123if [[ $KOKORO_JOB_NAME =~ " linux" ]]; then
@@ -27,10 +29,10 @@ if [[ $KOKORO_JOB_NAME =~ "linux" ]]; then
2729 id -u
2830 # sudo -u tester id -u
2931 # runuser -l tester -c "id -u"
30- sudo -u tester bash " /src/gsutil/test/ci/kokoro/run_integ_tests_helper.sh "
32+ sudo -u tester bash " $HELPER_PATH "
3133elif [[ $KOKORO_JOB_NAME =~ " macos" ]]; then
3234 export LANG=en_US.UTF-8
3335 export LC_ALL=en_US.UTF-8
34- bash " /src/gsutil/test/ci/kokoro/run_integ_tests_helper.sh "
36+ bash " $HELPER_PATH "
3537fi
3638
You can’t perform that action at this time.
0 commit comments