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
Jelte Fennema 2021-10-27 17:16:24 +02:00 committed by GitHub
parent 44204ec9f1
commit a8cbeb1047
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: