Skip to content

Commit 8ed5534

Browse files
committed
debug logs
1 parent 9ff8895 commit 8ed5534

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/ci/kokoro/run_integ_tests.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
# Doc: https://www.gnu.org/software/bash/manual/html_node/The-Set-Builtin.html#The-Set-Builtin
1717
set -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
2123
if [[ $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"
3133
elif [[ $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"
3537
fi
3638

0 commit comments

Comments
 (0)