aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-05-09 11:13:10 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-05-09 11:19:49 +0200
commit333120a9921d8b36914965540d2d513cb939dc51 (patch)
tree64c4100056830223051f20e4c507c6690b6b17d1 /build
parent8a9b1a8fed0218a44ddec6577d46838d890b2ed5 (diff)
downloadforums-333120a9921d8b36914965540d2d513cb939dc51.tar
forums-333120a9921d8b36914965540d2d513cb939dc51.tar.gz
forums-333120a9921d8b36914965540d2d513cb939dc51.tar.bz2
forums-333120a9921d8b36914965540d2d513cb939dc51.tar.xz
forums-333120a9921d8b36914965540d2d513cb939dc51.zip
[ticket/10839] Fix note about running slow tests and build task
PHPBB3-10839
Diffstat (limited to 'build')
-rw-r--r--build/build.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml
index a86cb9c36b..5ea77bd9e1 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -67,7 +67,6 @@
<exec dir="."
command="phpBB/vendor/bin/phpunit
--log-junit build/logs/phpunit.xml
- --configuration phpunit.xml.all
--group slow
--coverage-clover build/logs/clover-slow.xml
--coverage-html build/coverage-slow"