rrichards               Fri Jul  4 11:09:07 2008 UTC

  Modified files:              
    /php-src/win32/build        Makefile 
  Log:
  - Removed ntest and utest
  - Removed -U flag to `make test' just to test once each test
  
http://cvs.php.net/viewvc.cgi/php-src/win32/build/Makefile?r1=1.46&r2=1.47&diff_format=u
Index: php-src/win32/build/Makefile
diff -u php-src/win32/build/Makefile:1.46 php-src/win32/build/Makefile:1.47
--- php-src/win32/build/Makefile:1.46   Thu May  8 04:52:30 2008
+++ php-src/win32/build/Makefile        Fri Jul  4 11:09:06 2008
@@ -14,7 +14,7 @@
 #  | Author: Wez Furlong <[EMAIL PROTECTED]>                           |
 #  +----------------------------------------------------------------------+
 #
-# $Id: Makefile,v 1.46 2008/05/08 04:52:30 mattwil Exp $
+# $Id: Makefile,v 1.47 2008/07/04 11:09:06 rrichards Exp $
 # This is the makefile template for the win32 build
 
 CC="$(CL)"
@@ -109,19 +109,7 @@
 test:
        <<test_suite_uses_lame_env_vars.bat
 set TEST_PHP_EXECUTABLE=$(BUILD_DIR)\php.exe
-$(BUILD_DIR)\php.exe -d open_basedir= -d output_buffering=0 run-tests.php -U 
$(TESTS)
-<<NOKEEP
-
-utest:
-       <<test_suite_uses_lame_env_vars.bat
-set TEST_PHP_EXECUTABLE=$(BUILD_DIR)\php.exe
-$(BUILD_DIR)\php.exe -d open_basedir= -d output_buffering=0 run-tests.php -u 
$(TESTS)
-<<NOKEEP
-
-ntest:
-       <<test_suite_uses_lame_env_vars.bat
-set TEST_PHP_EXECUTABLE=$(BUILD_DIR)\php.exe
-$(BUILD_DIR)\php.exe -d open_basedir= -d output_buffering=0 run-tests.php -N 
$(TESTS)
+$(BUILD_DIR)\php.exe -d open_basedir= -d output_buffering=0 run-tests.php 
$(TESTS)
 <<NOKEEP
 
 build-snap: generated_files



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

Reply via email to