[PHP-DEV] CVS update: php3/test From: andrew (php-dev <email protected>)
Date: 03/02/99

Date: Tuesday March 2, 1999 @ 8:34
Author: andrew

Update of /repository/php3/test
In directory asf:/u/temp/cvs-serv13798/test

Modified Files:
        testall
Log Message:
execute tests order by name
Index: php3/test/testall
diff -c php3/test/testall:1.7 php3/test/testall:1.8
*** php3/test/testall:1.7 Sun Nov 30 14:09:42 1997
--- php3/test/testall Tue Mar 2 08:34:09 1999
***************
*** 3,9 ****
  count=0
  fail=0
  
! for i in `find . -name "*.php3t" -print`; do
    ./testphp $i
    if [ $? -gt 0 ]; then
      echo $i >> test.log
--- 3,9 ----
  count=0
  fail=0
  
! for i in `find . -name "*.php3t" -print | sort`; do
    ./testphp $i
    if [ $? -gt 0 ]; then
      echo $i >> test.log

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>