(bug 43808) PHPUnit Makefile is now compatible with BSD make.
authorDereckson <dereckson@espace-win.org>
Thu, 10 Jan 2013 03:12:42 +0000 (04:12 +0100)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 10 Jan 2013 07:29:54 +0000 (07:29 +0000)
Change-Id: Icf2d340524760ad17913a2e4231396a82c2dddf5

tests/phpunit/Makefile

index 8a55dae..c3e2a30 100644 (file)
@@ -2,7 +2,7 @@
 .DEFAULT: warning
 
 SHELL = /bin/sh
-CONFIG_FILE = $(shell pwd)/suite.xml
+CONFIG_FILE = ${PWD}/suite.xml
 PHP = php
 PU = ${PHP} phpunit.php --configuration ${CONFIG_FILE} ${FLAGS}