Skip to content
Snippets Groups Projects
Commit 7b0e3e63 authored by Björn Schießle's avatar Björn Schießle
Browse files

Merge branch 'master' of github.com:owncloud/core

parents d8b3aee2 180faa24
Branches
No related tags found
No related merge requests found
......@@ -132,9 +132,9 @@ EOF
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
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
phpunit --configuration phpunit-autotest.xml --log-junit autotest-results-$1.xml $2 $3
fi
}
......@@ -149,7 +149,7 @@ if [ -z "$1" ]
# we will add oci as soon as it's stable
#execute_tests 'oci'
else
execute_tests $1
execute_tests $1 $2 $3
fi
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment