aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2011-08-07 19:19:47 -0400
committerNils Adermann <naderman@naderman.de>2011-08-07 19:19:47 -0400
commit4c8c76171f8ea3de599b37a458d2b50f7e9d6e83 (patch)
tree9b5a2718ff9fb0e81cd37a1b9c7ffd51b99361ec /build
parentc7115a2f012f57e5c0e5de14fa7e0d9e39401920 (diff)
parentabc0c336af4ace1f836cce107fcb307fa32e182c (diff)
downloadforums-4c8c76171f8ea3de599b37a458d2b50f7e9d6e83.tar
forums-4c8c76171f8ea3de599b37a458d2b50f7e9d6e83.tar.gz
forums-4c8c76171f8ea3de599b37a458d2b50f7e9d6e83.tar.bz2
forums-4c8c76171f8ea3de599b37a458d2b50f7e9d6e83.tar.xz
forums-4c8c76171f8ea3de599b37a458d2b50f7e9d6e83.zip
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/10313] Include slow unit tests when running build script.
Diffstat (limited to 'build')
-rw-r--r--build/build.xml1
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" />