From 1675a16854aa6c751d3610394164fbc928dfc170 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Tue, 20 Jan 2015 13:13:59 +0000 Subject: Exit with state of running the tests with prove. --- bin/run-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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); -- cgit v1.2.3