]
Tom Jenkinson updated JBTM-1283:
--------------------------------
Issue Type: Task (was: Feature Request)
narayana.sh calls mvn directly, should be build.sh
--------------------------------------------------
Key: JBTM-1283
URL:
https://issues.jboss.org/browse/JBTM-1283
Project: JBoss Transaction Manager
Issue Type: Task
Security Level: Public(Everyone can see)
Components: Build System, Testing, XTS
Reporter: Tom Jenkinson
Assignee: Paul Robinson
Fix For: 5.0.0.M2
The script does this:
function xts_as_tests {
echo "#-1. XTS AS Integration Test"
mvn -f ${WORKSPACE}/jboss-as/testsuite/integration/xts/pom.xml
-Pxts.integration.tests.profile "$@" test
[ $? = 0 ] || fatal "XTS AS Integration Test failed"
}
Should probably be this:
function xts_as_tests {
echo "#-1. XTS AS Integration Test"
./build.sh -f ${WORKSPACE}/jboss-as/testsuite/integration/xts/pom.xml
-Pxts.integration.tests.profile "$@" test
[ $? = 0 ] || fatal "XTS AS Integration Test failed"
}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: