[jboss-cvs] JBossRemoting ...

Ovidiu Feodorov ovidiu.feodorov at jboss.com
Tue Jan 16 09:17:15 EST 2007


  User: ovidiu  
  Date: 07/01/16 09:17:15

  Added:       JBossRemoting  Tag: remoting_2_x run-tests.sh
  Log:
  Fixed http://jira.jboss.org/jira/browse/JBREM-666 by moving all I/O initialization-related
  operations from the acceptor thread to the worker thread.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +5 -0      JBossRemoting/Attic/run-tests.sh
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: run-tests.sh
  ===================================================================
  RCS file: run-tests.sh
  diff -N run-tests.sh
  --- /dev/null	1 Jan 1970 00:00:00 -0000
  +++ run-tests.sh	16 Jan 2007 14:17:15 -0000	1.1.2.1
  @@ -0,0 +1,5 @@
  +#!/bin/sh
  +
  +reldir=`dirname $0`
  +
  +$ANT_HOME/bin/ant -lib $reldir/./lib/junit/lib/junit.jar tests.report.quick
  
  
  



More information about the jboss-cvs-commits mailing list