]
James Perkins updated WFCORE-1175:
----------------------------------
Fix Version/s: 2.0.5.Final
(was: 2.0.4.Final)
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
Fix For: 2.0.5.Final
*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}