Skip to content

Commit baef370

Browse files
michaelpqpull[bot]
authored andcommitted
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 e9ab55f commit baef370

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
@@ -463,22 +463,30 @@ $ENV{CONFIG}="Debug";
463463
<userinput>vcregress isolationcheck</userinput>
464464
<userinput>vcregress bincheck</userinput>
465465
<userinput>vcregress recoverycheck</userinput>
466+
<userinput>vcregress taptest</userinput>
466467
</screen>
467468

468469
To change the schedule used (default is parallel), append it to the
469470
command line like:
470471
<screen>
471472
<userinput>vcregress check serial</userinput>
473+
</screen>
474+
475+
<command>vcregress taptest</command> can be used to run the TAP tests
476+
of a target directory, like:
477+
<screen>
478+
<userinput>vcregress taptest src\bin\initdb\</userinput>
472479
</screen>
473480

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

478485
<para>
479-
Running the regression tests on client programs, with
480-
<command>vcregress bincheck</command>, or on recovery tests, with
481-
<command>vcregress recoverycheck</command>, requires an additional Perl module
486+
Running the regression tests on client programs with
487+
<command>vcregress bincheck</command>, on recovery tests with
488+
<command>vcregress recoverycheck</command>, or TAP tests specified with
489+
<command>vcregress taptest</command> requires an additional Perl module
482490
to be installed:
483491
<variablelist>
484492
<varlistentry>

0 commit comments

Comments
 (0)