Skip to content

Commit 11bb77d

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 bde2f18 commit 11bb77d

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
@@ -460,23 +460,31 @@ $ENV{CONFIG}="Debug";
460460
<userinput>vcregress isolationcheck</userinput>
461461
<userinput>vcregress bincheck</userinput>
462462
<userinput>vcregress recoverycheck</userinput>
463+
<userinput>vcregress taptest</userinput>
463464
<userinput>vcregress upgradecheck</userinput>
464465
</screen>
465466

466467
To change the schedule used (default is parallel), append it to the
467468
command line like:
468469
<screen>
469470
<userinput>vcregress check serial</userinput>
471+
</screen>
472+
473+
<command>vcregress taptest</command> can be used to run the TAP tests
474+
of a target directory, like:
475+
<screen>
476+
<userinput>vcregress taptest src\bin\initdb\</userinput>
470477
</screen>
471478

472479
For more information about the regression tests, see
473480
<xref linkend="regress"/>.
474481
</para>
475482

476483
<para>
477-
Running the regression tests on client programs, with
478-
<command>vcregress bincheck</command>, or on recovery tests, with
479-
<command>vcregress recoverycheck</command>, requires an additional Perl module
484+
Running the regression tests on client programs with
485+
<command>vcregress bincheck</command>, on recovery tests with
486+
<command>vcregress recoverycheck</command>, or TAP tests specified with
487+
<command>vcregress taptest</command> requires an additional Perl module
480488
to be installed:
481489
<variablelist>
482490
<varlistentry>

0 commit comments

Comments
 (0)