Author: asoldano
Date: 2015-03-16 07:16:54 -0400 (Mon, 16 Mar 2015)
New Revision: 19573
Modified:
hudson/trunk/scripts/jbossws-qa.sh
Log:
Modified: hudson/trunk/scripts/jbossws-qa.sh
===================================================================
--- hudson/trunk/scripts/jbossws-qa.sh 2015-03-16 10:02:08 UTC (rev 19572)
+++ hudson/trunk/scripts/jbossws-qa.sh 2015-03-16 11:16:54 UTC (rev 19573)
@@ -52,7 +52,8 @@
}
runTestsViaMaven() {
- mvn $ENVIRONMENT -Phudson,$JBOSS_TARGET $TEST_OPTS integration-test 2>&1 | tee
$WORKSPACE/tests.log
+ echo "TEST_OPTS: $TEST_OPTS"
+ mvn $ENVIRONMENT -Phudson,$JBOSS_TARGET "$TEST_OPTS" integration-test
2>&1 | tee $WORKSPACE/tests.log
}
coreTestWithSpring() {