aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2014-05-10 17:14:00 +0200
committerAndreas Fischer <bantu@phpbb.com>2014-05-10 17:14:00 +0200
commitcc0446dc17aeb3639b374a6688e32fca271e0694 (patch)
tree64c4100056830223051f20e4c507c6690b6b17d1 /build
parent436e388b87c39d778e5996d3ab0f0761fffe5e23 (diff)
parent333120a9921d8b36914965540d2d513cb939dc51 (diff)
downloadforums-cc0446dc17aeb3639b374a6688e32fca271e0694.tar
forums-cc0446dc17aeb3639b374a6688e32fca271e0694.tar.gz
forums-cc0446dc17aeb3639b374a6688e32fca271e0694.tar.bz2
forums-cc0446dc17aeb3639b374a6688e32fca271e0694.tar.xz
forums-cc0446dc17aeb3639b374a6688e32fca271e0694.zip
Merge pull request #2430 from nickvergessen/ticket/10839-olympus
[Ticket/10839] olympus - Remove phpunit configuration files * nickvergessen/ticket/10839-olympus: [ticket/10839] Fix note about running slow tests and build task [ticket/10839] Removing phpunit.xml.all [ticket/10839] Always run functional tests by default
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"