From 1298576c77ce6bfa7a63a05de078ab50be2135b7 Mon Sep 17 00:00:00 2001 From: Platonides Date: Tue, 26 Oct 2010 14:03:27 +0000 Subject: [PATCH] make noparser shouldn't try to run Broken tests --- maintenance/tests/phpunit/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1