Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Exit(0) if no failures
  • Loading branch information
ginatrapani committed Aug 28, 2012
1 parent 6228f43 commit b411e78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/all_unit_tests.php
Expand Up @@ -75,6 +75,7 @@
";

if ($TOTAL_FAILURES > 0) {
echo "Total Failures is > 0: ".$TOTAL_FAILURES;
exit(1);
} else {
echo "Total failures is 0: ".$TOTAL_FAILURES;
Expand Down

0 comments on commit b411e78

Please sign in to comment.