Author: asoldano
Date: 2015-03-16 12:10:15 -0400 (Mon, 16 Mar 2015)
New Revision: 19576
Modified:
hudson/trunk/scripts/jbossws-qa.sh
Log:
Modified: hudson/trunk/scripts/jbossws-qa.sh
===================================================================
--- hudson/trunk/scripts/jbossws-qa.sh 2015-03-16 14:22:32 UTC (rev 19575)
+++ hudson/trunk/scripts/jbossws-qa.sh 2015-03-16 16:10:15 UTC (rev 19576)
@@ -53,7 +53,7 @@
runTestsViaMaven() {
echo "TEST_OPTS: $TEST_OPTS"
- mvn $ENVIRONMENT -Phudson,$JBOSS_TARGET "$TEST_OPTS" integration-test
2>&1 | tee $WORKSPACE/tests.log
+ mvn $ENVIRONMENT -Phudson,$JBOSS_TARGET $TEST_OPTS integration-test 2>&1 | tee
$WORKSPACE/tests.log
}
coreTestWithSpring() {