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

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Thu Apr 16 16:59:55 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-04-16 16:59:54 -0400 (Thu, 16 Apr 2009)
New Revision: 87456

Modified:
   projects/jboss-osgi/trunk/build/hudson/hudson-home/command.sh
Log:
copy test.log to workspace

Modified: projects/jboss-osgi/trunk/build/hudson/hudson-home/command.sh
===================================================================
--- projects/jboss-osgi/trunk/build/hudson/hudson-home/command.sh	2009-04-16 20:43:13 UTC (rev 87455)
+++ projects/jboss-osgi/trunk/build/hudson/hudson-home/command.sh	2009-04-16 20:59:54 UTC (rev 87456)
@@ -93,3 +93,11 @@
 $HUDSONDIR/jboss/bin/jboss.sh $JBOSS_HOME stop
 cp $JBOSS_HOME/server/$JBOSS_SERVER/log/boot.log $WORKSPACE/jboss-boot.log
 cp $JBOSS_HOME/server/$JBOSS_SERVER/log/server.log $WORKSPACE/jboss-server.log
+
+#
+# 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