mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-09 21:08:53 +00:00
Merge remote-tracking branch 'github-bantu/ticket/10313' into develop-olympus
* github-bantu/ticket/10313: [ticket/10313] Include slow unit tests when running build script.
This commit is contained in:
commit
abc0c336af
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