mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 07:01:59 +00:00
Fix 01300_client_save_history_when_terminated_long
It was broken because of colored output
This commit is contained in:
parent
da988100d6
commit
28901ef55f
@ -27,7 +27,7 @@ close
|
||||
spawn bash -c "source $basedir/../shell_config.sh ; \$CLICKHOUSE_CLIENT_BINARY \$CLICKHOUSE_CLIENT_OPT"
|
||||
expect ":) "
|
||||
send -- "\[A"
|
||||
expect "SELECT 'for the history'"
|
||||
expect "for the history"
|
||||
|
||||
# Will check that Ctrl+C clears current line.
|
||||
send -- "\3"
|
||||
|
Loading…
Reference in New Issue
Block a user