Skip to content

Commit 02e8499

Browse files
authored
Add missing semicolon in test-jax.sh
1 parent ceff277 commit 02e8499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/container/test-jax.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ case "${BATTERY}" in
163163
;;
164164
esac
165165

166-
TEST_TAG_FILTERS=$(IFS=, echo "--test_tag_filters=${TEST_TAG_FILTER_ARRAY[*]}")
166+
TEST_TAG_FILTERS=$(IFS=, ; echo "--test_tag_filters=${TEST_TAG_FILTER_ARRAY[*]}")
167167

168168
print_var NCPUS
169169
print_var NGPUS

0 commit comments

Comments
 (0)