Skip to content

Commit 6181eca

Browse files
committed
doc: Tell about "vcregress taptest" for regression tests on Windows
There was no mention of this command in the documentation, and it is useful to run the TAP tests of a target source directory. Author: Yugo Nagata Discussion: https://postgr.es/m/20230925153204.926d685d347ee1c8f527090c@sraoss.co.jp Backpatch-through: 11
1 parent 6a3b19b commit 6181eca

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

doc/src/sgml/install-windows.sgml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -448,23 +448,31 @@ $ENV{CONFIG}="Debug";
448448
<userinput>vcregress isolationcheck</userinput>
449449
<userinput>vcregress bincheck</userinput>
450450
<userinput>vcregress recoverycheck</userinput>
451+
<userinput>vcregress taptest</userinput>
451452
<userinput>vcregress upgradecheck</userinput>
452453
</screen>
453454

454455
To change the schedule used (default is parallel), append it to the
455456
command line like:
456457
<screen>
457458
<userinput>vcregress check serial</userinput>
459+
</screen>
460+
461+
<command>vcregress taptest</command> can be used to run the TAP tests
462+
of a target directory, like:
463+
<screen>
464+
<userinput>vcregress taptest src\bin\initdb\</userinput>
458465
</screen>
459466

460467
For more information about the regression tests, see
461468
<xref linkend="regress"/>.
462469
</para>
463470

464471
<para>
465-
Running the regression tests on client programs, with
466-
<command>vcregress bincheck</command>, or on recovery tests, with
467-
<command>vcregress recoverycheck</command>, requires an additional Perl module
472+
Running the regression tests on client programs with
473+
<command>vcregress bincheck</command>, on recovery tests with
474+
<command>vcregress recoverycheck</command>, or TAP tests specified with
475+
<command>vcregress taptest</command> requires an additional Perl module
468476
to be installed:
469477
<variablelist>
470478
<varlistentry>

0 commit comments

Comments
 (0)