]
Brian Stansberry updated WFCORE-1175:
-------------------------------------
Fix Version/s: 2.0.4.Final
I'm scheduling this for 2.0.4 even though I know it won't get done for that
(release is in progress.) I just want it to automatically get rescheduled to 2.0.5 once
that is created so it stays visible for the pending release.
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.4.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}