From: Derick Rethans Date: Sun, 5 Sep 2010 12:29:47 +0000 (+0000) Subject: - Clean up the generated tmp-php.ini after make test has run. X-Git-Tag: php-5.3.4RC1~273 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d30323b86712bb2e724d5bce8a03f0269d928979;p=php - Clean up the generated tmp-php.ini after make test has run. --- diff --git a/Makefile.global b/Makefile.global index 4f7d6d9e9b..8dad0e4bf1 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