Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
peakschris committed Jun 22, 2024
1 parent 16cf23a commit 34e7702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tests/test_with_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ do
fi
done

echo "Executed $((runs-skipped)) out of $runs tests: $passes tests pass, $failures fail and $skips were skipped."
echo "Executed $((runs-skips)) out of $runs tests: $passes tests pass, $failures fail and $skips were skipped."
if [[ $failures == 0 ]]; then
exit 0
else
Expand Down

0 comments on commit 34e7702

Please sign in to comment.