]> source.dussan.org Git - nextcloud-server.git/commitdiff
collect coverage for all databases again - ci.owncloud.org has more RAM available
authorThomas Müller <thomas.mueller@tmit.eu>
Wed, 25 Sep 2013 12:41:03 +0000 (14:41 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Wed, 25 Sep 2013 12:41:13 +0000 (14:41 +0200)
autotest.sh

index a343f6a25ab7bb887b2d1135614e9229316315e3..83f184fa9c065fa12088d700536b4405d4b57182 100755 (executable)
@@ -142,12 +142,7 @@ EOF
        rm -rf coverage-html-$1
        mkdir coverage-html-$1
        php -f enable_all.php
-       if [ "$1" == "sqlite" ] ; then
-               # coverage only with sqlite - causes segfault on ci.tmit.eu - reason unknown
-               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
-               phpunit --configuration phpunit-autotest.xml --log-junit autotest-results-$1.xml $2 $3
-       fi
+       phpunit --configuration phpunit-autotest.xml --log-junit autotest-results-$1.xml --coverage-clover autotest-clover-$1.xml --coverage-html coverage-html-$1 $2 $3
 }
 
 #