[jboss-cvs] JBossAS SVN: r60980 - branches/Branch_4_2/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Feb 28 03:52:33 EST 2007


Author: dimitris at jboss.org
Date: 2007-02-28 03:52:33 -0500 (Wed, 28 Feb 2007)
New Revision: 60980

Modified:
   branches/Branch_4_2/testsuite/build.xml
Log:
Log better progress messages.

Modified: branches/Branch_4_2/testsuite/build.xml
===================================================================
--- branches/Branch_4_2/testsuite/build.xml	2007-02-28 08:46:03 UTC (rev 60979)
+++ branches/Branch_4_2/testsuite/build.xml	2007-02-28 08:52:33 UTC (rev 60980)
@@ -839,13 +839,15 @@
 
   <target name="jboss-minimal-tests" description="Validate the minimal config">
     <server:start name="minimal"/>
+    <echo message="Minimal server started, deploy shutdown hook and wait"/>
     <!-- Deploy a service that calls System.exit(0) in its stop -->
     <copy file="${build.lib}/shutdown.sar" todir="${jboss.dist}/server/minimal/deploy"/>
-    <echo message="Minimal server started, stopping"/>
     <sleep seconds="7"/>
     <!-- Remove the service to trigger a System.exit(0) -->
+    <echo message="Undeploy shutdown hook, trigger minimal server shutdown and wait"/>
     <delete file="${jboss.dist}/server/minimal/deploy/shutdown.sar"/>
     <sleep seconds="10"/>
+    <echo message="Minimal server should be stopped"/>
   </target>
 
   <target name="jboss-all-config-tests" description="The units tests which are run against the jboss all config">




More information about the jboss-cvs-commits mailing list