[jboss-osgi-commits] JBoss-OSGI SVN: r89539 - projects/jboss-osgi/trunk/hudson/hudson-home.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Fri May 29 17:51:10 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-05-29 17:51:10 -0400 (Fri, 29 May 2009)
New Revision: 89539

Modified:
   projects/jboss-osgi/trunk/hudson/hudson-home/command.sh
Log:
fix typo

Modified: projects/jboss-osgi/trunk/hudson/hudson-home/command.sh
===================================================================
--- projects/jboss-osgi/trunk/hudson/hudson-home/command.sh	2009-05-29 21:44:49 UTC (rev 89538)
+++ projects/jboss-osgi/trunk/hudson/hudson-home/command.sh	2009-05-29 21:51:10 UTC (rev 89539)
@@ -96,7 +96,7 @@
 # Just wait 10sec for it to come up.
 #
 if [ "$CONTAINER" = "runtime" ]; then
-	SLEEP_TIME = 10
+	SLEEP_TIME=10
     echo "Wait $SLEEP_TIME seconds"
 	sleep $SLEEP_TIME
 fi
@@ -125,11 +125,3 @@
 # stop jbossas
 #
 $HUDSONBIN/startup.sh $RUNTIME_HOME stop
-
-#
-# copy test.log to workspace
-#
-TESTLOG=$OSGIDIR/testsuite/functional/target/test.log
-if [ -e $TESTLOG ]; then
-  cp $TESTLOG $WORKSPACE/functional_testlog_build_$BUILD_NUMBER.txt      
-fi
\ No newline at end of file




More information about the jboss-osgi-commits mailing list