aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/run-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/run-tests b/bin/run-tests
index 612a13628..c384516c8 100755
--- a/bin/run-tests
+++ b/bin/run-tests
@@ -34,4 +34,4 @@ it turns out to be annoying.)
=cut
-FixMyStreet::TestAppProve->run(@ARGV);
+exit( FixMyStreet::TestAppProve->run(@ARGV) ? 0 : 1);