Update run.sh

This commit is contained in:
alexey-milovidov 2021-06-28 00:05:57 +03:00 committed by GitHub
parent 45c4b62c3b
commit f7663fe6eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ||: