summaryrefslogtreecommitdiff
path: root/Makefile.global
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2010-09-05 12:29:47 +0000
committerDerick Rethans <derick@php.net>2010-09-05 12:29:47 +0000
commit0c19577c28c05a68e35a9928213d7d9ac67307f0 (patch)
treea5014e925871d3462a32ba0431fdc2f3a6fadf9e /Makefile.global
parentedfc45507ad5550f2281a68d2c61d71689d71f34 (diff)
downloadphp-git-0c19577c28c05a68e35a9928213d7d9ac67307f0.tar.gz
- Clean up the generated tmp-php.ini after make test has run.
Diffstat (limited to 'Makefile.global')
-rw-r--r--Makefile.global1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.global b/Makefile.global
index 7b0d87baeb..f9c56f17db 100644
--- a/Makefile.global
+++ b/Makefile.global
@@ -98,6 +98,7 @@ test: all
TEST_PHP_SRCDIR=$(top_srcdir) \
CC="$(CC)" \
$(PHP_EXECUTABLE) -n -c $(top_builddir)/tmp-php.ini $(PHP_TEST_SETTINGS) $(top_srcdir)/run-tests.php -n -c $(top_builddir)/tmp-php.ini -d extension_dir=$(top_builddir)/modules/ $(PHP_TEST_SHARED_EXTENSIONS) $(TESTS); \
+ rm $(top_builddir)/tmp-php.ini; \
else \
echo "ERROR: Cannot run tests without CLI sapi."; \
fi