Skip to content

Commit 45fa30f

Browse files
committed
tests: enable system tests
1 parent 9ae965b commit 45fa30f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.kokoro/system.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ for dir in `find 'packages' -type d -wholename 'packages/*/tests/system' -o -who
8181
--location=global \
8282
--keyring=ci \
8383
--key=kokoro-secrets \
84-
--ciphertext-file=system_tests/secrets.tar.enc \
85-
--plaintext-file=system_tests/secrets.tar
86-
tar xvf system_tests/secrets.tar
87-
rm system_tests/secrets.tar
84+
--ciphertext-file="${package_path}system_tests/secrets.tar.enc" \
85+
--plaintext-file="${package_path}system_tests/secrets.tar"
86+
tar xvf "${package_path}/system_tests/secrets.tar" -C "${package_path}/system_tests/"
87+
rm "${package_path}/system_tests/secrets.tar"
8888
export NOX_FILE="system_tests/noxfile.py"
8989
# Run all nox sessions for this file
9090
export NOX_SESSION=""

0 commit comments

Comments
 (0)