Browse Source

Don't execute phpunit twice

Thomas Müller 8 years ago
parent
commit
936c870a9b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      autotest.sh

+ 0 - 1
autotest.sh

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