Author: jim.ma
Date: 2015-05-19 05:36:08 -0400 (Tue, 19 May 2015)
New Revision: 19755
Modified:
hudson/trunk/scripts/jbossws-qa.sh
Log:
Change profile to wildfly9-secmgr
Modified: hudson/trunk/scripts/jbossws-qa.sh
===================================================================
--- hudson/trunk/scripts/jbossws-qa.sh 2015-05-19 09:35:24 UTC (rev 19754)
+++ hudson/trunk/scripts/jbossws-qa.sh 2015-05-19 09:36:08 UTC (rev 19755)
@@ -58,7 +58,7 @@
runTestsViaMavenWithSecMgr() {
echo "TEST_OPTS: $TEST_OPTS"
- mvn $ENVIRONMENT -Phudson,$JBOSS_TARGET,secmgr $TEST_OPTS integration-test 2>&1
| tee $WORKSPACE/tests.log
+ mvn $ENVIRONMENT -Phudson,$JBOSS_TARGET,wildfly9-secmgr $TEST_OPTS integration-test
2>&1 | tee $WORKSPACE/tests.log
}
coreTestWithSpring() {
Show replies by date