]
Michael Musgrove updated JBTM-2878:
-----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Quickstarts not running in CI
-----------------------------
Key: JBTM-2878
URL:
https://issues.jboss.org/browse/JBTM-2878
Project: JBoss Transaction Manager
Issue Type: Bug
Components: Demonstrator
Affects Versions: 5.5.6.Final
Reporter: Michael Musgrove
Assignee: Michael Musgrove
Fix For: 5.next
The script that is meant to run the quickstarts (scripts/hudson/quickstart.sh) is not
running them for the following reason: the script clones narayana and changes directory
into it to build it but does not change directory back into the quickstart directory
before running ./build.sh clean install and consequently it just ends up doing a second
rebuild of narayana instead.