Skip to content

Commit 39acd27

Browse files
committed
Ensure common_test_args are present
1 parent d4fab03 commit 39acd27

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/scripts/run_toolchain_tests.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,9 @@ targets=(
4141
"//toolchain/..."
4242
)
4343

44+
if [[ -z "${common_test_args:-}" ]]; then
45+
common_test_args=()
46+
fi
47+
4448
"${bazel}" ${TEST_MIGRATION:+"--strict"} --bazelrc=/dev/null test \
4549
"${common_test_args[@]}" "${test_args[@]}" "${targets[@]}"

0 commit comments

Comments
 (0)