diff options
author | Nils Adermann <naderman@naderman.de> | 2011-08-07 19:19:37 -0400 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2011-08-07 19:19:37 -0400 |
commit | abc0c336af4ace1f836cce107fcb307fa32e182c (patch) | |
tree | a820adf9d70f9f3f1629bb3f0c2eb49f12e2d70a | |
parent | 04e8468d28af529a80ab99be4beed7f8ae5bb0bd (diff) | |
parent | 43fc8142f59f2006aa9921dd376e34fc88eca249 (diff) | |
download | forums-abc0c336af4ace1f836cce107fcb307fa32e182c.tar forums-abc0c336af4ace1f836cce107fcb307fa32e182c.tar.gz forums-abc0c336af4ace1f836cce107fcb307fa32e182c.tar.bz2 forums-abc0c336af4ace1f836cce107fcb307fa32e182c.tar.xz forums-abc0c336af4ace1f836cce107fcb307fa32e182c.zip |
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.
-rw-r--r-- | build/build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/build.xml b/build/build.xml index 78dbdd379c..b59b8f65cc 100644 --- a/build/build.xml +++ b/build/build.xml @@ -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" /> |