зеркало из https://github.com/nextcloud/server.git
collect coverage for all databases again - ci.owncloud.org has more RAM available
This commit is contained in:
Родитель
68bfcfbf77
Коммит
0486dc24ad
|
@ -142,12 +142,7 @@ EOF
|
||||||
rm -rf coverage-html-$1
|
rm -rf coverage-html-$1
|
||||||
mkdir coverage-html-$1
|
mkdir coverage-html-$1
|
||||||
php -f enable_all.php
|
php -f enable_all.php
|
||||||
if [ "$1" == "sqlite" ] ; then
|
phpunit --configuration phpunit-autotest.xml --log-junit autotest-results-$1.xml --coverage-clover autotest-clover-$1.xml --coverage-html coverage-html-$1 $2 $3
|
||||||
# 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
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Загрузка…
Ссылка в новой задаче