aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/TestAppProve.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2019-05-08 22:10:06 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2019-05-13 11:53:24 +0100
commitf7873a97d3be13251da30f12705c3dafa5468995 (patch)
treec79a9e1ebae538eefc2cb74e1ecf46fbc50bfc31 /perllib/FixMyStreet/TestAppProve.pm
parent0796a2b6821e75e22ec6eacd3950ef916b16303d (diff)
[Travis] Split coverage tests, fix coverage ignore
Diffstat (limited to 'perllib/FixMyStreet/TestAppProve.pm')
-rw-r--r--perllib/FixMyStreet/TestAppProve.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/TestAppProve.pm b/perllib/FixMyStreet/TestAppProve.pm
index 3786efaac..ec245e72c 100644
--- a/perllib/FixMyStreet/TestAppProve.pm
+++ b/perllib/FixMyStreet/TestAppProve.pm
@@ -113,7 +113,7 @@ sub run {
# If no arguments, test everything
$prove->argv(['t']) unless @{$prove->argv};
# verbose if we have a single file
- $prove->verbose(1) if @{$prove->argv} and -f $prove->argv->[-1];
+ $prove->verbose(1) if @{$prove->argv} and -f $prove->argv->[-1] && !$ENV{CI};
# we always want to recurse
$prove->recurse(1);
# we always want to save state