File tree Expand file tree Collapse file tree 8 files changed +15
-8
lines changed
Expand file tree Collapse file tree 8 files changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -30,5 +30,5 @@ env_vars: {
3030}
3131env_vars: {
3232 key: " TRAMPOLINE_BUILD_FILE"
33- value: " python-logging/.kokoro/environment_tests.sh"
33+ value: " github/ python-logging/.kokoro/environment_tests.sh"
3434}
Original file line number Diff line number Diff line change @@ -30,5 +30,5 @@ env_vars: {
3030}
3131env_vars: {
3232 key: " TRAMPOLINE_BUILD_FILE"
33- value: " python-logging/.kokoro/environment_tests.sh"
33+ value: " github/ python-logging/.kokoro/environment_tests.sh"
3434}
Original file line number Diff line number Diff line change @@ -30,5 +30,5 @@ env_vars: {
3030}
3131env_vars: {
3232 key: " TRAMPOLINE_BUILD_FILE"
33- value: " python-logging/.kokoro/environment_tests.sh"
33+ value: " github/ python-logging/.kokoro/environment_tests.sh"
3434}
Original file line number Diff line number Diff line change @@ -30,5 +30,5 @@ env_vars: {
3030}
3131env_vars: {
3232 key: " TRAMPOLINE_BUILD_FILE"
33- value: " python-logging/.kokoro/environment_tests.sh"
33+ value: " github/ python-logging/.kokoro/environment_tests.sh"
3434}
Original file line number Diff line number Diff line change @@ -30,5 +30,5 @@ env_vars: {
3030}
3131env_vars: {
3232 key: " TRAMPOLINE_BUILD_FILE"
33- value: " python-logging/.kokoro/environment_tests.sh"
33+ value: " github/ python-logging/.kokoro/environment_tests.sh"
3434}
Original file line number Diff line number Diff line change @@ -30,5 +30,5 @@ env_vars: {
3030}
3131env_vars: {
3232 key: " TRAMPOLINE_BUILD_FILE"
33- value: " python-logging/.kokoro/environment_tests.sh"
33+ value: " github/ python-logging/.kokoro/environment_tests.sh"
3434}
Original file line number Diff line number Diff line change @@ -30,5 +30,5 @@ env_vars: {
3030}
3131env_vars: {
3232 key: " TRAMPOLINE_BUILD_FILE"
33- value: " python-logging/.kokoro/environment_tests.sh"
33+ value: " github/ python-logging/.kokoro/environment_tests.sh"
3434}
Original file line number Diff line number Diff line change @@ -20,7 +20,14 @@ if [[ -z "${ENVIRONMENT:-}" ]]; then
2020 exit 1
2121fi
2222
23- cd python-logging/tests/environment
23+ if [[ -z " ${PROJECT_ROOT:- } " ]]; then
24+ PROJECT_ROOT=" github/python-logging"
25+ fi
26+
27+ # make sure submodule is up to date
28+ git submodule update --init --recursive
29+
30+ cd " ${PROJECT_ROOT} /tests/environment"
2431
2532# Disable buffering, so that the logs stream through.
2633export PYTHONUNBUFFERED=1
You can’t perform that action at this time.
0 commit comments