diff --git a/docker/test/stress/run.sh b/docker/test/stress/run.sh index a7c8c9f50f2..b198a3f2397 100755 --- a/docker/test/stress/run.sh +++ b/docker/test/stress/run.sh @@ -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 ||: