зеркало из https://github.com/nextcloud/server.git
move autotest to phpunit
This commit is contained in:
Родитель
2c3674ea87
Коммит
39e1c22e0a
|
@ -86,7 +86,8 @@ function execute_tests {
|
||||||
#test execution
|
#test execution
|
||||||
echo "Testing with $1 ..."
|
echo "Testing with $1 ..."
|
||||||
cd tests
|
cd tests
|
||||||
php -f index.php -- xml $1 > autotest-results-$1.xml
|
#php -f index.php -- xml $1 > autotest-results-$1.xml
|
||||||
|
phpunit --log-junit autotest-results-$1.xml --coverage-clover autotest-clover-$1.xml
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Загрузка…
Ссылка в новой задаче