From: Platonides Date: Tue, 26 Oct 2010 14:03:27 +0000 (+0000) Subject: make noparser shouldn't try to run Broken tests X-Git-Tag: 1.31.0-rc.0~34302 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=1298576c77ce6bfa7a63a05de078ab50be2135b7;p=lhc%2Fweb%2Fwiklou.git make noparser shouldn't try to run Broken tests --- diff --git a/maintenance/tests/phpunit/Makefile b/maintenance/tests/phpunit/Makefile index e7faf992bd..dd3399c42e 100644 --- a/maintenance/tests/phpunit/Makefile +++ b/maintenance/tests/phpunit/Makefile @@ -37,7 +37,7 @@ parser: ${PU} --group Parser noparser: - ${PU} --exclude-group Parser + ${PU} --exclude-group Parser,Broken list-groups: ${PU} --list-groups