[jbossts-issues] [JBoss JIRA] (JBTM-2533) Possibility to run "scripts/hudson/narayana.sh" on different platforms.

Hayk Hovsepyan (JIRA) issues at jboss.org
Thu Oct 8 08:21:00 EDT 2015


Hayk Hovsepyan created JBTM-2533:
------------------------------------

             Summary: Possibility to run "scripts/hudson/narayana.sh" on different platforms.
                 Key: JBTM-2533
                 URL: https://issues.jboss.org/browse/JBTM-2533
             Project: JBoss Transaction Manager
          Issue Type: Feature Request
          Components: Testing
    Affects Versions: 5.2.5.Final
            Reporter: Hayk Hovsepyan
            Assignee: Hayk Hovsepyan
            Priority: Blocker
             Fix For: 5.next


Currently "scripts/hudson/narayana.sh" uses "sed" command with "-i" option, so it looks like:
"sed -i file -e expression". 
"-i" option is not supported on some platforms (HP-UX).

We need to apply workaround here and modify "sed" commands to be in this format:
"sed -e expression file > file.tmp && mv file.tmp file"



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbossts-issues mailing list