[jboss-cvs] JBossRemoting/src/bin ...

Ovidiu Feodorov ovidiu.feodorov at jboss.com
Sat Jan 20 20:24:51 EST 2007


  User: ovidiu  
  Date: 07/01/20 20:24:51

  Modified:    src/bin  Tag: remoting_2_x runtest
  Log:
  http://jira.jboss.org/jira/browse/JBREM-679
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.4.16.3  +3 -3      JBossRemoting/src/bin/runtest
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: runtest
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/bin/runtest,v
  retrieving revision 1.4.16.2
  retrieving revision 1.4.16.3
  diff -u -b -r1.4.16.2 -r1.4.16.3
  --- runtest	16 Jan 2007 00:29:28 -0000	1.4.16.2
  +++ runtest	21 Jan 2007 01:24:51 -0000	1.4.16.3
  @@ -1,6 +1,6 @@
   #!/bin/sh
   #
  -# $Id: runtest,v 1.4.16.2 2007/01/16 00:29:28 ovidiu Exp $
  +# $Id: runtest,v 1.4.16.3 2007/01/21 01:24:51 ovidiu Exp $
   #
   # Script that runs a single unit test case and allows to easily attach a debugger to it.
   #
  @@ -10,7 +10,7 @@
   #        -clientdebug starts the JRUnit client VM in debug mode (see ServerLockupTestDriver.java)
   #        -serverddbug starts the JRUnit server VM in debug mode (see ServerLockupTestDriver.java)
   
  -TARGET_CLASS=org.jboss.test.remoting.transport.socket.serverlockup.ServerLockupTestDriver
  +TARGET_CLASS=org.jboss.test.remoting.configuration.client.remote.ClientPingCountTestCase
   
   cygwin=false;
   case "`uname`" in
  @@ -30,7 +30,7 @@
           if [ $cygwin = false ]; then
               JAVA_OPTS="-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=12348"
           else
  -            JAVA_OPTS="-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_shmem,server=y,suspend=y,address=jrunit"
  +            JAVA_OPTS="-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_shmem,server=y,suspend=y,address=client"
           fi
       elif [ "$1" = "-clientdebug" ]; then
           JAVA_OPTS="$JAVA_OPTS -Dclientdebug=true"
  
  
  



More information about the jboss-cvs-commits mailing list