Skip to content

Commit

Permalink
¯\_(ツ)_/¯
Browse files Browse the repository at this point in the history
  • Loading branch information
HeavenVolkoff committed Feb 28, 2024
1 parent 5c5f075 commit 4fd7f1d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/mobile/scripts/run-maestro-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,7 @@ for file in "${testFiles[@]}"; do
fi
done

if [ ${#failedTests[@]} -eq 0 ]; then
exit 0
else
if [ ${#failedTests[@]} -gt 0 ]; then
echo "These tests failed:" >&2
printf '%s\n' "${failedTests[@]}" >&2
exit 1
Expand Down

0 comments on commit 4fd7f1d

Please sign in to comment.