Author: alessio.soldano(a)jboss.com
Date: 2010-03-16 16:29:41 -0400 (Tue, 16 Mar 2010)
New Revision: 11795
Modified:
framework/trunk/hudson/hudson-home/jobs/AS-TESTS-AS-6.0.1/config.xml
Log:
Also run tests-ws on hudson
Modified: framework/trunk/hudson/hudson-home/jobs/AS-TESTS-AS-6.0.1/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/AS-TESTS-AS-6.0.1/config.xml 2010-03-16
17:51:42 UTC (rev 11794)
+++ framework/trunk/hudson/hudson-home/jobs/AS-TESTS-AS-6.0.1/config.xml 2010-03-16
20:29:41 UTC (rev 11795)
@@ -55,7 +55,7 @@
#
# execute tests
#
-./build.sh -Dnode0=$JBOSS_BIND_ADDRESS init tests-webservice tests-report 2>&1
| tee $WORKSPACE/tests.log
+./build.sh -Dnode0=$JBOSS_BIND_ADDRESS init tests-webservice tests-ws 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