You are viewing a plain text version of this content. The canonical link for it is here.
Posted to watchdog-dev@jakarta.apache.org by ru...@locus.apache.org on 2000/02/14 03:44:32 UTC

cvs commit: jakarta-watchdog/src/bin runtest.sh

rubys       00/02/13 18:44:32

  Modified:    src/bin  runtest.sh
  Log:
  Steps towards getting Watchdog to start
  
  Revision  Changes    Path
  1.6       +3 -3      jakarta-watchdog/src/bin/runtest.sh
  
  Index: runtest.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog/src/bin/runtest.sh,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- runtest.sh	1999/11/12 23:30:42	1.5
  +++ runtest.sh	2000/02/14 02:44:32	1.6
  @@ -1,6 +1,6 @@
   #! /bin/sh
   #
  -# $Id: runtest.sh,v 1.5 1999/11/12 23:30:42 costin Exp $
  +# $Id: runtest.sh,v 1.6 2000/02/14 02:44:32 rubys Exp $
   
   # Shell script to run test harness
    
  @@ -57,7 +57,7 @@
     default=$1
   fi
   
  -java org.apache.tomcat.shell.Startup -config $webconf  $* &
  +java org.apache.tomcat.startup.Tomcat -config $webconf $* &
   sleep 20
   
   if [ "${default}" = jsp -o "${default}" = all ];then
  @@ -70,7 +70,7 @@
       -testfile $stest
   fi
   
  -java org.apache.tomcat.shell.Shutdown $*
  +java org.apache.tomcat.startup.Tomcat -stop -config $webconf $*
   
   if [ "$cp" != ""]; then
       CLASSPATH=${cp}