We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12efa48 commit d62461fCopy full SHA for d62461f
doc/src/sgml/regress.sgml
@@ -125,6 +125,18 @@ make installcheck-parallel
125
</para>
126
</sect2>
127
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
140
<sect2 id="regress-additional">
141
<title>Additional Test Suites</title>
142
0 commit comments