]> source.dussan.org Git - nextcloud-server.git/commitdiff
Don't execute phpunit twice
authorThomas Müller <thomas.mueller@tmit.eu>
Fri, 27 Nov 2015 10:28:04 +0000 (11:28 +0100)
committerThomas Müller <thomas.mueller@tmit.eu>
Mon, 30 Nov 2015 09:55:13 +0000 (10:55 +0100)
autotest.sh

index dcecd7b84aa8aecc9d5192539b04a7a854b0a3ce..eb57264c9536b068e2ec1e1afccff8f4e5da7cf2 100755 (executable)
@@ -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