From a8690610cb69461502dfb47da2c1c5471b2d0e50 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Thu, 2 Dec 2010 19:43:57 +0000 Subject: [PATCH] make now honor the FLAG env variable to pass additional parameters. --- maintenance/tests/phpunit/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.20.1