Skip to content

Commit

Permalink
Update tester
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-vessey authored Jan 6, 2025
1 parent 3469ad8 commit 57ce4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scripts/tester
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ for D in */; do
done

echo "::group::Summary"
if [${#FAILED[@]} -gt 0] ; then
if [ ${#FAILED[@]} -gt 0 ] ; then
echo "Failed tests: ${FAILED[@]}"
else
echo "All tests passed!"
Expand Down

0 comments on commit 57ce4a1

Please sign in to comment.