Skip to content

Commit 3b9b54b

Browse files
committed
tests: enable system tests
1 parent 2c28ef1 commit 3b9b54b

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
@@ -85,7 +85,7 @@ for dir in `find 'packages' -type d -wholename 'packages/*/tests/system' -o -who
8585
# Decrypt google-auth system test secrets
8686
# Create working directory if not exists. system_tests/data is not tracked by
8787
# Git to prevent the secrets from being leaked online.
88-
mkdir -p system_tests/data
88+
mkdir -p ${package_path}/system_tests/data
8989

9090
gcloud kms decrypt \
9191
--location=global \

0 commit comments

Comments
 (0)