Skip to content

Commit

Permalink
Updated sh
Browse files Browse the repository at this point in the history
  • Loading branch information
keilw committed Dec 15, 2022
1 parent 806c631 commit 69b9b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/config/countfiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
number_of_failures=`grep -L -r -i "Failures: 0" ~/repo/./target/surefire-reports/*.txt | wc -l`
if (( $number_of_failures != 0 )); then
echo $number_of_failures
exit 1
return 1
fi

0 comments on commit 69b9b65

Please sign in to comment.