Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhang committed Jun 11, 2024
1 parent 5963f2e commit bc8cfd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test.bash
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ max_attempts=3
count=0

while [ $count -lt $max_attempts ]; do
CROSS test --target $TARGET_TRIPLE
$CROSS test --target $TARGET_TRIPLE
status=$?
if [ $status -eq 0 ]; then
echo "Test passed"
Expand Down

0 comments on commit bc8cfd7

Please sign in to comment.