Fix putting logs into test_output

This commit is contained in:
Kruglov Pavel 2022-04-20 15:06:09 +02:00 committed by GitHub
parent 6bcdf21801
commit cd77f927b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -376,7 +376,7 @@ else
fi
# Put logs into /test_output/
for log_file in /var/log/clickhouse-server/clickhouse-server.log*
for log_file in /var/log/clickhouse-server/clickhouse-server*.log
do
pigz < "${log_file}" > /test_output/"$(basename ${log_file})".gz
# FIXME: remove once only github actions will be left