Skip to content
This repository was archived by the owner on Apr 17, 2024. It is now read-only.

Commit d1ea07d

Browse files
chuckxcopybara-github
authored andcommitted
Fix typo in test environment check.
PiperOrigin-RevId: 466452738
1 parent c72064f commit d1ea07d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kokoro/run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ run_all_linux_tests() {
8686
run_linux_tests "python"
8787

8888
local -a MANUAL_TOOLS_TARGETS
89-
if [[ -n "{KOKORO_ROOT}" ]]; then
89+
if [[ -n "${KOKORO_ROOT}" ]]; then
9090
MANUAL_TOOLS_TARGETS+=(
9191
"//testing/cc:aws_kms_aead_test"
9292
"//testing/cc:gcp_kms_aead_test"

0 commit comments

Comments
 (0)