From 0c19577c28c05a68e35a9928213d7d9ac67307f0 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Sun, 5 Sep 2010 12:29:47 +0000 Subject: [PATCH] - Clean up the generated tmp-php.ini after make test has run. --- Makefile.global | 1 + 1 file changed, 1 insertion(+) 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 -- 2.40.0