mirror of https://github.com/citusdata/citus.git
Fix docs of arbitrary configs (#5413)
The old command would run none of the tests. The new command runs all of the tests for the given configs.pull/5362/head
parent
44204ec9f1
commit
a8cbeb1047
|
@ -19,7 +19,7 @@ To run only some configs:
|
|||
|
||||
```bash
|
||||
# Config names should be comma separated
|
||||
make check-arbitrary-base CONFIGS=CitusSingleNodeClusterConfig,CitusSmallSharedPoolSizeConfig
|
||||
make check-arbitrary-configs CONFIGS=CitusSingleNodeClusterConfig,CitusSmallSharedPoolSizeConfig
|
||||
```
|
||||
|
||||
To run only some test files with some config:
|
||||
|
|
Loading…
Reference in New Issue