diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml index 8838fe7f022..c05cd2f96f5 100644 --- a/doc/src/sgml/regress.sgml +++ b/doc/src/sgml/regress.sgml @@ -125,6 +125,18 @@ make installcheck-parallel + + Running Specific Tests + + + A subset of the regression tests can be run with the command + make check-tests TESTS="boolean char" or + make installcheck-tests TESTS="boolean char". + Note that sometimes tests have dependencies on objects created by other + tests, which can cause unexpected failures. + + + Additional Test Suites