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

Commitb52db23

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 parent45d1fe8 commitb52db23

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

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

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

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp