diff options
author | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-02-05 20:20:55 +0100 |
---|---|---|
committer | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-02-05 20:20:55 +0100 |
commit | c0263173d2d7ae0281476ba5f3b1f62b4764af58 (patch) | |
tree | 94da2a79a5c569efc8e55bb3dc2f25898bfc96b7 /autotest.sh | |
parent | 10ea45c916aceac368c8e6d4c6c7d7f4000c182f (diff) | |
download | nextcloud-server-c0263173d2d7ae0281476ba5f3b1f62b4764af58.tar.gz nextcloud-server-c0263173d2d7ae0281476ba5f3b1f62b4764af58.zip |
add phpunit configuration for autotest withou the json listener because this pollutes the console
Diffstat (limited to 'autotest.sh')
-rwxr-xr-x | autotest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotest.sh b/autotest.sh index 744bcdbe8f9..fdf6d2fe098 100755 --- a/autotest.sh +++ b/autotest.sh @@ -90,7 +90,7 @@ function execute_tests { rm -rf coverage-html-$1 mkdir coverage-html-$1 php -f enable_all.php - phpunit --log-junit autotest-results-$1.xml --coverage-clover autotest-clover-$1.xml --coverage-html coverage-html-$1 + phpunit --configuration phpunit-autotest.xml --log-junit autotest-results-$1.xml --coverage-clover autotest-clover-$1.xml --coverage-html coverage-html-$1 } # |