r75132 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75131‎ | r75132 | r75133 >
Date:00:48, 21 October 2010
Author:neilk
Status:ok
Tags:
Comment:
make it possible to specify which php to use in test Makefile
Modified paths:
  • /branches/uploadwizard/phase3/maintenance/tests/phpunit/Makefile (modified) (history)

Diff [purge]

Index: branches/uploadwizard/phase3/maintenance/tests/phpunit/Makefile
@@ -4,7 +4,8 @@
55 SHELL = /bin/sh
66 CONFIG_FILE = $(shell pwd)/suite.xml
77 FLAGS =
8 -PU = php phpunit.php --configuration ${CONFIG_FILE}
 8+PHP = php
 9+PU = ${PHP} phpunit.php --configuration ${CONFIG_FILE}
910
1011 all test: warning
1112

Status & tagging log