Uploaded image for project: 'JBoss Transaction Manager'
  1. JBoss Transaction Manager
  2. JBTM-1283

narayana.sh calls mvn directly, should be build.sh

    XMLWordPrintable

Details

    Description

      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"
      }

      Attachments

        Activity

          People

            paul.robinson@redhat.com Paul Robinson
            thjenkin@redhat.com Tom Jenkinson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: