|
From: Dan C. <da...@us...> - 2002-05-06 01:15:08
|
User: danch
Date: 02/05/05 18:15:07
Modified: . build.xml
Log:
pass threadcount to marathon
Revision Changes Path
1.121 +2 -1 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- build.xml 5 May 2002 05:13:25 -0000 1.120
+++ build.xml 6 May 2002 01:15:07 -0000 1.121
@@ -13,7 +13,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.120 2002/05/05 05:13:25 d_jencks Exp $ -->
+<!-- $Id: build.xml,v 1.121 2002/05/06 01:15:07 danch Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -2959,6 +2959,7 @@
value="${build.resources}/security/auth.conf"/>
<sysproperty key="build.testlog" value="${build.testlog}"/>
<sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/>
+ <sysproperty key="jbosstest.threadcount" value="${jbosstest.threadcount}"/>
<classpath>
<pathelement location="${build.classes}"/>
|