There was an error while loading. Please reload this page.
1 parent 11de939 commit 5eab08eCopy full SHA for 5eab08e
1 file changed
.kokoro/system.sh
@@ -60,8 +60,13 @@ run_package_test() {
60
61
PROJECT_ID=$(cat "${KOKORO_GFILE_DIR}/google-auth-project-id.json")
62
GOOGLE_APPLICATION_CREDENTIALS="${KOKORO_GFILE_DIR}/google-auth-service-account.json"
63
- NOX_FILE="system_tests/noxfile.py"
64
- NOX_SESSION=""
+ if [[ -z "${NOX_SESSION}" || "${NOX_SESSION}" == "system-"* ]]; then
+ NOX_FILE="system_tests/noxfile.py"
65
+ NOX_SESSION=""
66
+ else
67
+ NOX_FILE="noxfile.py"
68
+ NOX_SESSION="${NOX_SESSION}"
69
+ fi
70
;;
71
*)
72
PROJECT_ID=$(cat "${KOKORO_GFILE_DIR}/project-id.json")
0 commit comments