Skip to content
Snippets Groups Projects
Commit df0355b3 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Test-runner: fix a bug in colored client prompt.

Colored client prompt didn't work well with
readline history feature. Remove the lame
implementation of prompt color.
parent 89a05fe9
No related merge requests found
......@@ -66,7 +66,7 @@ class Options:
"--prompt",
metavar = "prompt",
dest = "prompt",
default = "\033[92mtarantool> \033[0m",
default = "tarantool> ",
help = """Command prompt. Set to "" for no prompt. Default:
tarantool> """)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment