Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiosmosis <benaka@piwik.pro>2015-04-19 11:36:12 +0300
committerdiosmosis <benaka@piwik.pro>2015-05-10 08:41:17 +0300
commit645d8f3f0c638a760c803079cd30fcb68188bbb1 (patch)
tree6172ad399d3ede92add4abbf7d5142267f1f35cc /tests/PHPUnit/System/ArchiveCronTest.php
parent7f671f12d7eb993222b2fa447296e132319a4066 (diff)
Remove -vvv flag used to debug ArchiveCronTest.
Diffstat (limited to 'tests/PHPUnit/System/ArchiveCronTest.php')
-rw-r--r--tests/PHPUnit/System/ArchiveCronTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/System/ArchiveCronTest.php b/tests/PHPUnit/System/ArchiveCronTest.php
index bbfeb76861..0413b4b594 100644
--- a/tests/PHPUnit/System/ArchiveCronTest.php
+++ b/tests/PHPUnit/System/ArchiveCronTest.php
@@ -128,7 +128,7 @@ class ArchiveCronTest extends SystemTestCase
$urlToProxy = Fixture::getRootUrl() . 'tests/PHPUnit/proxy/index.php';
// create the command
- $cmd = "php \"$archivePhpScript\" -vvv --url=\"$urlToProxy\" 2>&1";
+ $cmd = "php \"$archivePhpScript\" --url=\"$urlToProxy\" 2>&1";
// run the command
exec($cmd, $output, $result);