r75421 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75420‎ | r75421 | r75422 >
Date:14:03, 26 October 2010
Author:platonides
Status:ok (Comments)
Tags:
Comment:
make noparser shouldn't try to run Broken tests
Modified paths:
  • /trunk/phase3/maintenance/tests/phpunit/Makefile (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/tests/phpunit/Makefile
@@ -37,7 +37,7 @@
3838 ${PU} --group Parser
3939
4040 noparser:
41 - ${PU} --exclude-group Parser
 41+ ${PU} --exclude-group Parser,Broken
4242
4343 list-groups:
4444 ${PU} --list-groups

Comments

#Comment by Hashar (talk | contribs)   11:00, 6 November 2010

good catch :)

Status & tagging log