mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Update run.sh
This commit is contained in:
parent
f7663fe6eb
commit
ee935a3733
@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
# shellcheck disable=SC2094
|
||||
|
||||
set -x
|
||||
|
||||
@ -153,7 +154,7 @@ zgrep -Fa "########################################" /test_output/* > /dev/null
|
||||
# Put logs into /test_output/
|
||||
for log_file in /var/log/clickhouse-server/clickhouse-server.log*
|
||||
do
|
||||
pigz < "${log_file}" > /test_output/$(basename "${log_file}").gz
|
||||
pigz < "${log_file}" > /test_output/"$(basename \"${log_file}\")".gz
|
||||
done
|
||||
|
||||
tar -chf /test_output/coordination.tar /var/lib/clickhouse/coordination ||:
|
||||
|
Loading…
Reference in New Issue
Block a user