Don't execute phpunit twice
This commit is contained in:
parent
f9fc254672
commit
936c870a9b
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue