[jboss-cvs] JBoss Messaging SVN: r2057 - trunk/tests/bin.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 25 12:53:09 EST 2007


Author: clebert.suconic at jboss.com
Date: 2007-01-25 12:53:09 -0500 (Thu, 25 Jan 2007)
New Revision: 2057

Modified:
   trunk/tests/bin/.testrc.example
   trunk/tests/bin/runtest
Log:
Removing variable

Modified: trunk/tests/bin/.testrc.example
===================================================================
--- trunk/tests/bin/.testrc.example	2007-01-25 17:33:57 UTC (rev 2056)
+++ trunk/tests/bin/.testrc.example	2007-01-25 17:53:09 UTC (rev 2057)
@@ -21,6 +21,9 @@
 
 TEST_REMOTING=socket
 
+#verbose output on spawned servers?
+TEST_SPAWN_VERBOSE=false
+
 #
 # Each test can be run in clustered or non-clustered mode. However, setting CLUSTERED to "true"
 # doesn't guarantee that the test will be actually run in clustered mode, the test database must

Modified: trunk/tests/bin/runtest
===================================================================
--- trunk/tests/bin/runtest	2007-01-25 17:33:57 UTC (rev 2056)
+++ trunk/tests/bin/runtest	2007-01-25 17:53:09 UTC (rev 2057)
@@ -23,9 +23,6 @@
 ENV_TEST_CLUSTERED=$TEST_CLUSTERED
 ENV_TEST_REMOTING=$TEST_REMOTING
 
-#verbose output on spawned servers?
-TEST_SPAWN_VERBOSE=false
-
 if [ -z "$TARGET_CLASS" -a -f $reldir/.testrc ]; then
    . $reldir/.testrc
 fi




More information about the jboss-cvs-commits mailing list