[jbossws-commits] JBossWS SVN: r11608 - framework/trunk/hudson/hudson-home/jobs/AS-TESTS-AS-6.0.0.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Thu Feb 18 01:40:15 EST 2010


Author: richard.opalka at jboss.com
Date: 2010-02-18 01:40:14 -0500 (Thu, 18 Feb 2010)
New Revision: 11608

Modified:
   framework/trunk/hudson/hudson-home/jobs/AS-TESTS-AS-6.0.0/config.xml
Log:
fixing failing job

Modified: framework/trunk/hudson/hudson-home/jobs/AS-TESTS-AS-6.0.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/AS-TESTS-AS-6.0.0/config.xml	2010-02-17 17:00:39 UTC (rev 11607)
+++ framework/trunk/hudson/hudson-home/jobs/AS-TESTS-AS-6.0.0/config.xml	2010-02-18 06:40:14 UTC (rev 11608)
@@ -55,7 +55,7 @@
 #
 # execute tests
 #
-./build.sh -Dnode0=$JBOSS_BIND_ADDRESS tests-webservice tests-report 2>&1 | tee $WORKSPACE/tests.log
+./build.sh -Dnode0=$JBOSS_BIND_ADDRESS init tests-webservice tests-report 2>&1 | tee $WORKSPACE/tests.log
 cat $WORKSPACE/tests.log | egrep FIXME\|FAILED | sort -u | tee $WORKSPACE/fixme.txt
 cat $STACK_DIR/modules/testsuite/test-excludes-$JBOSS_TARGET.txt $WORKSPACE/fixme.txt | egrep "\[\S*]" > $WORKSPACE/errata-$JBOSS_TARGET.txt
 



More information about the jbossws-commits mailing list