Merge pull request #24512 from qoega/shellcheck-fix

shellcheck fix
This commit is contained in:
Ilya Yatsishin 2021-05-26 09:43:33 +03:00 committed by GitHub
commit 1d5522af62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,8 +28,8 @@ done
set -e
# cleanup for retry run if volume is not recreated
docker kill `docker ps -aq` || true
docker rm `docker ps -aq` || true
docker kill "$(docker ps -aq)" || true
docker rm "$(docker ps -aq)" || true
echo "Start tests"
export CLICKHOUSE_TESTS_SERVER_BIN_PATH=/clickhouse