diff options
Diffstat (limited to 'perllib/FixMyStreet/TestAppProve.pm')
-rw-r--r-- | perllib/FixMyStreet/TestAppProve.pm | 2 |
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 |