8000 Prevent nox failure from stopping cleaning · johnmanong/python-docs-samples@f177d9e · GitHub
[go: up one dir, main page]

Skip to content

Commit f177d9e

Browse files
author
Jon Wayne Parrott
committed
Prevent nox failure from stopping cleaning
Change-Id: Iaa90c0bb0bb03b8e4ac92f4e05f7c23cae0d7212
1 parent 356c0b9 commit f177d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.kokoro/system_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export GOOGLE_CLIENT_SECRETS=$(pwd)/testing/client-secrets.json
2828

2929
# Run tests
3030
pip install --upgrade nox-automation
31-
nox -k "${NOX_SESSION}"
31+
nox -k "${NOX_SESSION}" || true
3232

3333
# Workaround for Kokoro permissions issue: delete secrets
3434
rm testing/{test-env.sh,client-secrets.json,service-account.json}

0 commit comments

Comments
 (0)
0