[ticket/10313] Include slow unit tests when running build script.

PHPBB3-10313
This commit is contained in:
Andreas Fischer 2011-08-08 01:08:06 +02:00
parent edb745e951
commit 43fc8142f5

View file

@ -46,6 +46,7 @@
<target name="test" depends="clean,prepare">
<exec dir="."
command="phpunit --log-junit build/logs/phpunit.xml
--configuration phpunit.xml.all
--coverage-clover build/logs/clover.xml
--coverage-html build/coverage"
passthru="true" />