From b8acfa8312f3523d9da4361938bab7c42abbacc8 Mon Sep 17 00:00:00 2001 From: vdimir Date: Wed, 28 Apr 2021 11:40:24 +0300 Subject: [PATCH] Fix typo in tests/integration/README.md --- tests/integration/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/integration/README.md b/tests/integration/README.md index e4073f96449..241d798f044 100644 --- a/tests/integration/README.md +++ b/tests/integration/README.md @@ -52,11 +52,10 @@ To check, that you have access to Docker, run `docker ps`. Run the tests with the `pytest` command. To select which tests to run, use: `pytest -k ` By default tests are run with system-wide client binary, server binary and base configs. To change that, -set the following environment variables:` +set the following environment variables: * `CLICKHOUSE_TESTS_SERVER_BIN_PATH` to choose the server binary. * `CLICKHOUSE_TESTS_CLIENT_BIN_PATH` to choose the client binary. -* `CLICKHOUSE_TESTS_BASE_CONFIG_DIR` to choose the directory from which base configs (`config.xml` and - `users.xml`) are taken. +* `CLICKHOUSE_TESTS_BASE_CONFIG_DIR` to choose the directory from which base configs (`config.xml` and`users.xml`) are taken. For tests that use common docker compose files you may need to set up their path with environment variable: `DOCKER_COMPOSE_DIR=$HOME/ClickHouse/docker/test/integration/runner/compose`