mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Updating README.md.
This commit is contained in:
parent
a03d1d1381
commit
afe4532095
@ -66,9 +66,9 @@ If you want to run only a single test such as the `/clickhouse/rbac/syntax/grant
|
|||||||
./regression.py --local --clickhouse-binary-path /usr/bin/clickhouse --only "/clickhouse/rbac/syntax/grant privilege/grant privileges/privilege='KILL QUERY', on=('[*].[*]',), allow_introspection=False/*"
|
./regression.py --local --clickhouse-binary-path /usr/bin/clickhouse --only "/clickhouse/rbac/syntax/grant privilege/grant privileges/privilege='KILL QUERY', on=('[*].[*]',), allow_introspection=False/*"
|
||||||
```
|
```
|
||||||
|
|
||||||
> Note that you need to surround special characters such as `\*` with square brackets, for example `[\*]`.
|
> Note that you need to surround special characters such as `*` with square brackets, for example `[*]`.
|
||||||
|
|
||||||
> Note that you need to end the filtering pattern with `/\*` to run all the steps inside the test.
|
> Note that you need to end the filtering pattern with `/*` to run all the steps inside the test.
|
||||||
|
|
||||||
For more information, please see [Filtering](https://testflows.com/handbook/#Filtering) section in the [TestFlows Handbook].
|
For more information, please see [Filtering](https://testflows.com/handbook/#Filtering) section in the [TestFlows Handbook].
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user