mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Added test [#METR-22227].
This commit is contained in:
parent
f459167a0d
commit
118026db6b
@ -0,0 +1,3 @@
|
||||
1
|
||||
1
|
||||
1
|
5
dbms/tests/queries/0_stateless/00354_host_command_line_option.sh
Executable file
5
dbms/tests/queries/0_stateless/00354_host_command_line_option.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
clickhouse-client --host=localhost --query="SELECT 1";
|
||||
clickhouse-client --host localhost --query "SELECT 1";
|
||||
clickhouse-client -hlocalhost -q"SELECT 1";
|
Loading…
Reference in New Issue
Block a user