Author: alessio.soldano(a)jboss.com
Date: 2009-07-20 05:04:59 -0400 (Mon, 20 Jul 2009)
New Revision: 10348
Modified:
framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-6.0.0/config.xml
Log:
Fix AS 6.0.0 Test build on Hudson
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 2009-07-18
15:16:28 UTC (rev 10347)
+++ framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-6.0.0/config.xml 2009-07-20
09:04:59 UTC (rev 10348)
@@ -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
Show replies by date