mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Add missing file
This commit is contained in:
parent
2efd740dc7
commit
90a3e95aab
12
tests/queries/0_stateless/01526_client_start_and_exit.expect
Executable file
12
tests/queries/0_stateless/01526_client_start_and_exit.expect
Executable file
@ -0,0 +1,12 @@
|
|||||||
|
#!/usr/bin/expect -f
|
||||||
|
|
||||||
|
log_user 0
|
||||||
|
set timeout 5
|
||||||
|
match_max 100000
|
||||||
|
|
||||||
|
if ![info exists env(CLICKHOUSE_PORT_TCP)] {set env(CLICKHOUSE_PORT_TCP) 9000}
|
||||||
|
|
||||||
|
spawn clickhouse-client --port "$env(CLICKHOUSE_PORT_TCP)"
|
||||||
|
expect ":) "
|
||||||
|
send -- "\4"
|
||||||
|
expect eof
|
Loading…
Reference in New Issue
Block a user