提交 1bcee805 编写于 作者: A Alex Zatelepin 提交者: GitHub

Fixed README.md [#CLICKHOUSE-2821]

上级 38281226
......@@ -10,7 +10,7 @@ Prerequisites:
* [docker-compose](https://docs.docker.com/compose/). To install: `sudo pip install docker-compose`
* [py.test](https://docs.pytest.org/) testing framework. To install: `sudo pip install pytest`
If you want to run the tests under a non-privileged user, you must add this user to `docker` group: `sudo usermod -aG docker $USER`.
If you want to run the tests under a non-privileged user, you must add this user to `docker` group: `sudo usermod -aG docker $USER` and re-login.
Run the tests with the `pytest` command. To select which tests to run, use: `pytest -k <test_name_pattern>`
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册