Skip to content

Commit 0ff8c6e

Browse files
committed
tests: refactor system tests
1 parent 12542c7 commit 0ff8c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.kokoro/system.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ run_package_test() {
6666
--location=global --keyring=ci --key=kokoro-secrets \
6767
--ciphertext-file="${package_path}/system_tests/secrets.tar.enc" \
6868
--plaintext-file="${package_path}/system_tests/secrets.tar"
69-
tar xvf "${package_path}/system_tests/secrets.tar" -C "${package_path}/system_tests/"
69+
tar xvf "${package_path}/system_tests/secrets.tar" -C "${package_path}/system_tests/data/"
7070
rm "${package_path}/system_tests/secrets.tar"
7171
;;
7272
*)

0 commit comments

Comments
 (0)