]> granicus.if.org Git - php/commitdiff
- Clean up the generated tmp-php.ini after make test has run.
authorDerick Rethans <derick@php.net>
Sun, 5 Sep 2010 12:29:47 +0000 (12:29 +0000)
committerDerick Rethans <derick@php.net>
Sun, 5 Sep 2010 12:29:47 +0000 (12:29 +0000)
Makefile.global

index 4f7d6d9e9b28ca8d0ae3e2db8e4f6b2bb516a95c..8dad0e4bf14117e566f77d8dc206ff539f53b4d7 100644 (file)
@@ -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