mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Shellcheck
This commit is contained in:
parent
070934afad
commit
bb501a0e13
@ -33,7 +33,7 @@ clickhouse-client --time < /create.sql
|
||||
|
||||
TRIES=3
|
||||
QUERY_NUM=1
|
||||
while read query; do
|
||||
while read -r query; do
|
||||
echo -n "["
|
||||
for i in $(seq 1 $TRIES); do
|
||||
RES=$(clickhouse-client --time --format Null --query "$query" --progress 0 2>&1 ||:)
|
||||
|
Loading…
Reference in New Issue
Block a user