From a8cbeb1047f8b6dd2ffb626f5078dc7e037c90d6 Mon Sep 17 00:00:00 2001 From: Jelte Fennema Date: Wed, 27 Oct 2021 17:16:24 +0200 Subject: [PATCH] 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. --- src/test/regress/citus_tests/arbitrary_configs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/regress/citus_tests/arbitrary_configs/README.md b/src/test/regress/citus_tests/arbitrary_configs/README.md index d0b3c3e10..5a3806eee 100644 --- a/src/test/regress/citus_tests/arbitrary_configs/README.md +++ b/src/test/regress/citus_tests/arbitrary_configs/README.md @@ -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: