Updating README.md.

This commit is contained in:
Vitaliy Zakaznikov 2020-07-28 16:44:46 -04:00
parent a03d1d1381
commit afe4532095

View File

@ -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].