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

Tom Jenkinson (JIRA) issues at jboss.org
Fri Oct 9 07:48:00 EDT 2015


     [ https://issues.jboss.org/browse/JBTM-2533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom Jenkinson updated JBTM-2533:
--------------------------------
        Status: Resolved  (was: Pull Request Sent)
    Resolution: Done


> 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