make noparser shouldn't try to run Broken tests
authorPlatonides <platonides@users.mediawiki.org>
Tue, 26 Oct 2010 14:03:27 +0000 (14:03 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Tue, 26 Oct 2010 14:03:27 +0000 (14:03 +0000)
maintenance/tests/phpunit/Makefile

index e7faf99..dd3399c 100644 (file)
@@ -37,7 +37,7 @@ parser:
        ${PU} --group Parser
 
 noparser:
-       ${PU} --exclude-group Parser
+       ${PU} --exclude-group Parser,Broken
 
 list-groups:
        ${PU} --list-groups