[jboss-jira] [JBoss JIRA] (WFCORE-1175) CLI prints unexpected ANSI characters to output with "echo" command

Marek Kopecký (JIRA) issues at jboss.org
Tue Dec 1 09:00:02 EST 2015


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

Marek Kopecký moved JBEAP-2088 to WFCORE-1175:
----------------------------------------------

              Project: WildFly Core  (was: JBoss Enterprise Application Platform)
                  Key: WFCORE-1175  (was: JBEAP-2088)
             Workflow: GIT Pull Request workflow   (was: CDW v1)
          Component/s: CLI
                           (was: CLI)
       Target Release:   (was: 7.0.0.GA)
    Affects Version/s: 2.0.3.Final
                           (was: 7.0.0.ER2 (Beta))
      Affects Testing:   (was: Regression)


> CLI prints unexpected ANSI characters to output with "echo" command
> -------------------------------------------------------------------
>
>                 Key: WFCORE-1175
>                 URL: https://issues.jboss.org/browse/WFCORE-1175
>             Project: WildFly Core
>          Issue Type: Bug
>          Components: CLI
>    Affects Versions: 2.0.3.Final
>            Reporter: Marek Kopecký
>            Assignee: Ståle Pedersen
>            Priority: Blocker
>
> *Description of problem:*
> CLI prints unexpected ANSI character to output with "echo" command.
> * This is regression against EAP 7.0.0.DR13
> * This is blocker for GA release. 
> * This is not beta blocker.
> * This is probably AESH issue, so I assign [~stalep], but it is also CLI issue, so [~aloubyansky] may be assigned to this
> *How reproducible:*
> Always
> *Steps to Reproduce:*
> # ./standalone.sh
> # ./jboss-cli.sh --connect controller=127.0.0.1 command="echo test-echo" > out.txt
> # vim out.txt
> #* "cat out.txt" can't be used for reproducing, because console hide unexpected ANSI characters
> *Actual results:*
> {noformat}
> ^[[0G^[[2Ktest-echo
> {noformat}
> *Expected results:*
> {noformat}
> test-echo
> {noformat}



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



More information about the jboss-jira mailing list