mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/10313] Include slow unit tests when running build script.
This commit is contained in:
commit
4c8c76171f
1 changed files with 1 additions and 0 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Reference in a new issue