helly           Tue Sep 20 05:21:14 2005 EDT

  Modified files:              
    /php-src    Makefile.global 
  Log:
  - Synch utest with test
  
http://cvs.php.net/diff.php/php-src/Makefile.global?r1=1.60&r2=1.61&ty=u
Index: php-src/Makefile.global
diff -u php-src/Makefile.global:1.60 php-src/Makefile.global:1.61
--- php-src/Makefile.global:1.60        Wed Sep 14 13:57:22 2005
+++ php-src/Makefile.global     Tue Sep 20 05:21:11 2005
@@ -60,12 +60,12 @@
                echo "ERROR: Cannot run tests without CLI sapi."; \
        fi
 
-utest: 
+utest: all
        [EMAIL PROTECTED] test -x $(SAPI_CLI_PATH) && test ! -z 
$(SAPI_CLI_PATH); then \
                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' $(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 -d 'unicode_semantics=on' -d 
'unicode.output_encoding=utf-8' $(TESTS); \
        else \
                echo "ERROR: Cannot run tests without CLI sapi."; \
        fi

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to