You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by co...@hyperreal.org on 1999/11/24 00:03:28 UTC

cvs commit: jakarta-tomcat/src/tests/bin runtest.sh

costin      99/11/23 15:03:25

  Modified:    src/tests/bin runtest.sh
  Log:
  For automatic testing - increase delay to allow real start
  
  Revision  Changes    Path
  1.4       +2 -2      jakarta-tomcat/src/tests/bin/runtest.sh
  
  Index: runtest.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/tests/bin/runtest.sh,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- runtest.sh	1999/11/02 00:46:46	1.3
  +++ runtest.sh	1999/11/23 23:03:23	1.4
  @@ -1,6 +1,6 @@
   #! /bin/ksh
   #
  -# $Id: runtest.sh,v 1.3 1999/11/02 00:46:46 costin Exp $
  +# $Id: runtest.sh,v 1.4 1999/11/23 23:03:23 costin Exp $
   
   # Shell script to run test harness
    
  @@ -30,7 +30,7 @@
   echo
   
   java org.apache.tomcat.shell.Startup "$@" &
  -sleep 5
  +sleep 15
   java -Dtest.hostname=$host -Dtest.port=$port org.apache.tools.moo.Main \
       -testfile $test -debug
   java org.apache.tomcat.shell.Shutdown "$@"