]> granicus.if.org Git - php/commitdiff
- Use run-tests.ph -u rather then defining the ini settings one by one
authorMarcus Boerger <helly@php.net>
Thu, 6 Oct 2005 19:51:47 +0000 (19:51 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 6 Oct 2005 19:51:47 +0000 (19:51 +0000)
Makefile.global

index d7ec4b6302ca56de662501e50302393b6cf8e812..8d776271ed671f583e8e9c400023359db3b3eecc 100644 (file)
@@ -65,7 +65,7 @@ utest: all
                TEST_PHP_EXECUTABLE=$(top_builddir)/$(SAPI_CLI_PATH) \
                TEST_PHP_SRCDIR=$(top_srcdir) \
                CC="$(CC)" \
-                       $(top_builddir)/$(SAPI_CLI_PATH) -d 'open_basedir=' -d 'safe_mode=0' -d 'output_buffering=0' -d 'memory_limit=-1' $(top_srcdir)/run-tests.php -d 'unicode_semantics=on' -d 'unicode.output_encoding=utf-8' $(TESTS); \
+                       $(top_builddir)/$(SAPI_CLI_PATH) -d 'open_basedir=' -d 'safe_mode=0' -d 'output_buffering=0' -d 'memory_limit=-1' $(top_srcdir)/run-tests.php -u $(TESTS); \
        else \
                echo "ERROR: Cannot run tests without CLI sapi."; \
        fi