8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f177d9e commit 4502493Copy full SHA for 4502493
.kokoro/system_tests.sh
@@ -28,7 +28,9 @@ export GOOGLE_CLIENT_SECRETS=$(pwd)/testing/client-secrets.json
28
29
# Run tests
30
pip install --upgrade nox-automation
31
-nox -k "${NOX_SESSION}" || true
+nox -k "${NOX_SESSION}" || ret_code=$?
32
33
# Workaround for Kokoro permissions issue: delete secrets
34
rm testing/{test-env.sh,client-secrets.json,service-account.json}
35
+
36
+exit ${ret_code}
0 commit comments