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 @@
5
5
SHELL = /bin/sh
6
6
CONFIG_FILE = $(shell pwd)/suite.xml
7
7
FLAGS =
8
-PU = php phpunit.php --configuration ${CONFIG_FILE}
8
+PHP = php
9
+PU = ${PHP} phpunit.php --configuration ${CONFIG_FILE}
9
10
10
11
all test: warning
11
12
Status & tagging log
18:53, 26 October 2010
Catrope
(
talk
|
contribs
)
changed the
status
of r75132
[
removed:
new
added:
ok]