Skip to content

Commit d62461f

Browse files
pjungwirCommitfest Bot
authored andcommitted
Document how to run specific regress tests
Added a section to regress.sgml describing make check-tests and make installcheck-tests.
1 parent 12efa48 commit d62461f

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)