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

Commit

Permalink
Fix typo in test environment check.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 466452738
  • Loading branch information
chuckx authored and copybara-github committed Aug 9, 2022
1 parent c72064f commit d1ea07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kokoro/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ run_all_linux_tests() {
run_linux_tests "python"

local -a MANUAL_TOOLS_TARGETS
if [[ -n "{KOKORO_ROOT}" ]]; then
if [[ -n "${KOKORO_ROOT}" ]]; then
MANUAL_TOOLS_TARGETS+=(
"//testing/cc:aws_kms_aead_test"
"//testing/cc:gcp_kms_aead_test"
Expand Down

0 comments on commit d1ea07d

Please sign in to comment.