Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3c065d5

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 isuseful to run the TAP tests of a target source directory.Author: Yugo NagataDiscussion:https://postgr.es/m/20230925153204.926d685d347ee1c8f527090c@sraoss.co.jpBackpatch-through: 11
1 parent99d334a commit3c065d5

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
@@ -470,22 +470,30 @@ $ENV{CONFIG}="Debug";
470470
<userinput>vcregress isolationcheck</userinput>
471471
<userinput>vcregress bincheck</userinput>
472472
<userinput>vcregress recoverycheck</userinput>
473+
<userinput>vcregress taptest</userinput>
473474
</screen>
474475

475476
To change the schedule used (default is parallel), append it to the
476477
command line like:
477478
<screen>
478479
<userinput>vcregress check serial</userinput>
480+
</screen>
481+
482+
<command>vcregress taptest</command> can be used to run the TAP tests
483+
of a target directory, like:
484+
<screen>
485+
<userinput>vcregress taptest src\bin\initdb\</userinput>
479486
</screen>
480487

481488
For more information about the regression tests, see
482489
<xref linkend="regress"/>.
483490
</para>
484491

485492
<para>
486-
Running the regression tests on client programs, with
487-
<command>vcregress bincheck</command>, or on recovery tests, with
488-
<command>vcregress recoverycheck</command>, requires an additional Perl module
493+
Running the regression tests on client programs with
494+
<command>vcregress bincheck</command>, on recovery tests with
495+
<command>vcregress recoverycheck</command>, or TAP tests specified with
496+
<command>vcregress taptest</command> requires an additional Perl module
489497
to be installed:
490498
<variablelist>
491499
<varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp