mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 23:07:39 +02:00
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/10313] Include slow unit tests when running build script.
This commit is contained in:
@@ -46,6 +46,7 @@
|
|||||||
<target name="test" depends="clean,prepare">
|
<target name="test" depends="clean,prepare">
|
||||||
<exec dir="."
|
<exec dir="."
|
||||||
command="phpunit --log-junit build/logs/phpunit.xml
|
command="phpunit --log-junit build/logs/phpunit.xml
|
||||||
|
--configuration phpunit.xml.all
|
||||||
--coverage-clover build/logs/clover.xml
|
--coverage-clover build/logs/clover.xml
|
||||||
--coverage-html build/coverage"
|
--coverage-html build/coverage"
|
||||||
passthru="true" />
|
passthru="true" />
|
||||||
|
Reference in New Issue
Block a user