Author: alessio.soldano(a)jboss.com
Date: 2011-02-11 12:19:00 -0500 (Fri, 11 Feb 2011)
New Revision: 13736
Modified:
hudson/trunk/scripts/jbossws-qa.sh
Log:
[JBWS-3210] Updating hudson jobs to run till the integration-test phase
Modified: hudson/trunk/scripts/jbossws-qa.sh
===================================================================
--- hudson/trunk/scripts/jbossws-qa.sh 2011-02-11 17:12:26 UTC (rev 13735)
+++ hudson/trunk/scripts/jbossws-qa.sh 2011-02-11 17:19:00 UTC (rev 13736)
@@ -153,11 +153,11 @@
}
runTestsViaMavenWithSpring() {
- mvn $ENVIRONMENT -Ptestsuite,hudson,spring,$JBOSS_TARGET $TEST_OPTS test 2>&1 |
tee $WORKSPACE/tests.log
+ mvn $ENVIRONMENT -Ptestsuite,hudson,spring,$JBOSS_TARGET $TEST_OPTS integration-test
2>&1 | tee $WORKSPACE/tests.log
}
runTestsViaMaven() {
- mvn $ENVIRONMENT -Ptestsuite,hudson,$JBOSS_TARGET $TEST_OPTS test 2>&1 | tee
$WORKSPACE/tests.log
+ mvn $ENVIRONMENT -Ptestsuite,hudson,$JBOSS_TARGET $TEST_OPTS integration-test
2>&1 | tee $WORKSPACE/tests.log
}
runTestsViaAnt() {
Show replies by date