[
https://issues.jboss.org/browse/JBTM-1283?page=com.atlassian.jira.plugin....
]
Paul Robinson commented on JBTM-1283:
-------------------------------------
Resolved, waiting for test to pass:
http://172.17.131.2/job/jbossts-narayana-ipv6-dualstack/18/
Pushed straight to master as the build is already broken.
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: Feature Request
Security Level: Public(Everyone can see)
Components: 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:
http://www.atlassian.com/software/jira