shellcheck fix

This commit is contained in:
Yatsishin Ilya 2021-05-25 19:55:53 +03:00
parent 58671b64fb
commit 0ca1ce8ab3

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