From: Antoine Musso Date: Thu, 2 Dec 2010 19:43:57 +0000 (+0000) Subject: make now honor the FLAG env variable to pass additional parameters. X-Git-Tag: 1.31.0-rc.0~33636 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/gestion/rappel_supprimer.php?a=commitdiff_plain;h=a8690610cb69461502dfb47da2c1c5471b2d0e50;p=lhc%2Fweb%2Fwiklou.git make now honor the FLAG env variable to pass additional parameters. --- diff --git a/maintenance/tests/phpunit/Makefile b/maintenance/tests/phpunit/Makefile index 9ec845e698..26c39f321f 100644 --- a/maintenance/tests/phpunit/Makefile +++ b/maintenance/tests/phpunit/Makefile @@ -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