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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-11-27 13:28:04 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2015-11-30 12:55:13 +0300
commit936c870a9b212076829fd65f0b2a2f67e043cea2 (patch)
tree9caf16a32c5166f1e3819b38f4a491f829e79967 /autotest.sh
parentf9fc2546724e94d0cf1eb06baa784f9e79816617 (diff)
Don't execute phpunit twice
Diffstat (limited to 'autotest.sh')
-rwxr-xr-xautotest.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/autotest.sh b/autotest.sh
index dcecd7b84aa..eb57264c953 100755
--- a/autotest.sh
+++ b/autotest.sh
@@ -271,7 +271,6 @@ function execute_tests {
COVER=''
if [ -z "$NOCOVERAGE" ]; then
COVER='--coverage-clover "autotest-clover-$DB.xml" --coverage-html "coverage-html-$DB"'
- "${PHPUNIT[@]}" --configuration phpunit-autotest.xml $GROUP --log-junit "autotest-results-$DB.xml" --coverage-clover "autotest-clover-$DB.xml" --coverage-html "coverage-html-$DB" "$2" "$3"
else
echo "No coverage"
fi