]> granicus.if.org Git - php/commitdiff
Make sure we're not buffering stuff
authorMelvyn Sopacua <msopacua@php.net>
Mon, 10 Feb 2003 18:49:02 +0000 (18:49 +0000)
committerMelvyn Sopacua <msopacua@php.net>
Mon, 10 Feb 2003 18:49:02 +0000 (18:49 +0000)
Makefile.global

index 5cb06426908611646bd0f9528a746c42510e7c72..a0e5bea95b8898f9ea9822bfc07c46ce30af91ce 100644 (file)
@@ -50,7 +50,7 @@ test: $(SAPI_CLI_PATH)
        @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' $(top_srcdir)/run-tests.php $(TESTS)
+                       $(top_builddir)/$(SAPI_CLI_PATH) -d 'open_basedir=' -d 'safe_mode=0' -d 'output_buffering=0' $(top_srcdir)/run-tests.php $(TESTS)
 
 clean:
        find . -name \*.lo -o -name \*.o | xargs rm -f