Browse Source

keep junit xml reports

tags/v6.0.0beta3
Thomas Müller 10 years ago
parent
commit
4025f39324
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      autotest.sh

+ 1
- 1
autotest.sh View File

@@ -182,7 +182,7 @@ EOF
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
echo "No coverage"
phpunit --configuration phpunit-autotest.xml $2 $3
phpunit --configuration phpunit-autotest.xml --log-junit autotest-results-$1.xml $2 $3
fi
}


Loading…
Cancel
Save