[jboss-svn-commits] JBL Code SVN: r33894 - labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Thu Jul 15 04:28:34 EDT 2010
Author: whitingjr
Date: 2010-07-15 04:28:33 -0400 (Thu, 15 Jul 2010)
New Revision: 33894
Modified:
labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-commands.xml
Log:
Added details of when the benchmark will resume.
Modified: labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-commands.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-commands.xml 2010-07-15 04:41:13 UTC (rev 33893)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-commands.xml 2010-07-15 08:28:33 UTC (rev 33894)
@@ -25,7 +25,8 @@
<ant antfile="build-api.xml" target="prepare-eap-server"/>
<ant antfile="build-api.xml" target="gather-configuration"/>
<ant antfile="build-api.xml" target="start-benchmark"/>
- <echo>Waiting ${benchmark.run.duration.inMinutes} minutes to allow the benchmark to complete.</echo>
+ <tstamp unit="minute" offset="${benchmark.run.duration.inMinutes}" pattern="HH:mm" property="resume.time"/>
+ <echo>Waiting ${benchmark.run.duration.inMinutes} minutes to allow the benchmark to complete. Resuming at ${resume.time}.</echo>
<sleep minutes="${benchmark.run.duration.inMinutes}"/>
<ant antfile="build-api.xml" target="stop-eap-server"/>
<ant antfile="build-api.xml" target="gather-logs"/>
More information about the jboss-svn-commits
mailing list