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>2013-11-04 20:25:07 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2013-11-04 20:25:07 +0400
commit4025f393242965240554f0c7606440a04ef784c1 (patch)
treec4c4ceb72f2222c3dc21ccee6fde8bb5b9f98319 /autotest.sh
parent99933b2ca301b21ec1af75d6fa39aef30dd07b78 (diff)
keep junit xml reports
Diffstat (limited to 'autotest.sh')
-rwxr-xr-xautotest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autotest.sh b/autotest.sh
index e7a5f31dfb8..3562b0feb04 100755
--- a/autotest.sh
+++ b/autotest.sh
@@ -182,7 +182,7 @@ EOF
phpunit --configuration phpunit-autotest.xml --log-junit autotest-results-$1.xml --coverage-clover autotest-clover-$1.xml --coverage-html coverage-html-$1 $2 $3
else
echo "No coverage"
- phpunit --configuration phpunit-autotest.xml $2 $3
+ phpunit --configuration phpunit-autotest.xml --log-junit autotest-results-$1.xml $2 $3
fi
}