diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-11-27 11:28:04 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-11-30 10:55:13 +0100 |
commit | 936c870a9b212076829fd65f0b2a2f67e043cea2 (patch) | |
tree | 9caf16a32c5166f1e3819b38f4a491f829e79967 /autotest.sh | |
parent | f9fc2546724e94d0cf1eb06baa784f9e79816617 (diff) | |
download | nextcloud-server-936c870a9b212076829fd65f0b2a2f67e043cea2.tar.gz nextcloud-server-936c870a9b212076829fd65f0b2a2f67e043cea2.zip |
Don't execute phpunit twice
Diffstat (limited to 'autotest.sh')
-rwxr-xr-x | autotest.sh | 1 |
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 |