Skip to content
Snippets Groups Projects
Commit 936c870a authored by Thomas Müller's avatar Thomas Müller
Browse files

Don't execute phpunit twice

parent f9fc2546
No related branches found
No related tags found
No related merge requests found
...@@ -271,7 +271,6 @@ function execute_tests { ...@@ -271,7 +271,6 @@ function execute_tests {
COVER='' COVER=''
if [ -z "$NOCOVERAGE" ]; then if [ -z "$NOCOVERAGE" ]; then
COVER='--coverage-clover "autotest-clover-$DB.xml" --coverage-html "coverage-html-$DB"' 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 else
echo "No coverage" echo "No coverage"
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment