make now honor the FLAG env variable to pass additional parameters.
authorAntoine Musso <hashar@users.mediawiki.org>
Thu, 2 Dec 2010 19:43:57 +0000 (19:43 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Thu, 2 Dec 2010 19:43:57 +0000 (19:43 +0000)
maintenance/tests/phpunit/Makefile

index 9ec845e..26c39f3 100644 (file)
@@ -3,9 +3,8 @@
 
 SHELL = /bin/sh
 CONFIG_FILE = $(shell pwd)/suite.xml
-FLAGS = 
 PHP = php
-PU = ${PHP} phpunit.php --configuration ${CONFIG_FILE}
+PU = ${PHP} phpunit.php --configuration ${CONFIG_FILE} ${FLAGS}
 
 all test: warning