Skip to content

Commit 8979d77

Browse files
author
Commitfest Bot
committed
[CF 5333] v1 - Document how to run only specific regress tests
This branch was automatically generated by a robot using patches from an email thread registered at: https://commitfest.postgresql.org/patch/5333 The branch will be overwritten each time a new patch version is posted to the thread, and also periodically to check for bitrot caused by changes on the master branch. Patch(es): https://www.postgresql.org/message-id/CA+renyXB5jYG9r5-CaDc4g607EB398QwTk_efEXTzarrO8bPzw@mail.gmail.com Author(s): Paul Jungwirth
2 parents 12efa48 + d62461f commit 8979d77

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

doc/src/sgml/regress.sgml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,18 @@ make installcheck-parallel
125125
</para>
126126
</sect2>
127127

128+
<sect2 id="regress-subset">
129+
<title>Running Specific Tests</title>
130+
131+
<para>
132+
You can run a subset of the regression tests by saying
133+
<literal>make check-tests TESTS="boolean char"</literal> or
134+
<literal>make installcheck-tests TESTS="boolean char"</literal>.
135+
Note that sometimes tests depend on each other, so you might get
136+
extra failures.
137+
</para>
138+
</sect2>
139+
128140
<sect2 id="regress-additional">
129141
<title>Additional Test Suites</title>
130142

0 commit comments

Comments
 (0)