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
45c4b62c3b
commit
f7663fe6eb
@ -153,7 +153,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