aboutsummaryrefslogtreecommitdiffstats
path: root/bin/run-tests
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2015-01-20 13:13:59 +0000
committerMatthew Somerville <matthew@mysociety.org>2015-01-20 13:13:59 +0000
commit1675a16854aa6c751d3610394164fbc928dfc170 (patch)
tree0dfa9e3ccca2cf03d991338b2e96948171dd8f4b /bin/run-tests
parent5d4c7be61ea01280fa618ca421dbee5b9e97f56a (diff)
Exit with state of running the tests with prove.
Diffstat (limited to 'bin/run-tests')
-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);