Don't execute phpunit twice

This commit is contained in:
Thomas Müller 2015-11-27 11:28:04 +01:00
parent f9fc254672
commit 936c870a9b
1 changed files with 0 additions and 1 deletions

View File

@ -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