mirror of
https://github.com/fluencelabs/redis
synced 2025-06-28 00:11:33 +00:00
Add a newline to tty output after every reply
This commit is contained in:
@ -36,9 +36,11 @@ start_server {tags {"cli"}} {
|
||||
}
|
||||
|
||||
proc test_interactive_cli {name code} {
|
||||
set ::env(FAKETTY) 1
|
||||
set fd [open_cli]
|
||||
test "Interactive CLI: $name" $code
|
||||
close_cli $fd
|
||||
unset ::env(FAKETTY)
|
||||
}
|
||||
|
||||
proc run_nontty_cli {args} {
|
||||
|
Reference in New Issue
Block a user