File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -463,22 +463,30 @@ $ENV{CONFIG}="Debug";
463
463
<userinput>vcregress isolationcheck</userinput>
464
464
<userinput>vcregress bincheck</userinput>
465
465
<userinput>vcregress recoverycheck</userinput>
466
+ <userinput>vcregress taptest</userinput>
466
467
</screen>
467
468
468
469
To change the schedule used (default is parallel), append it to the
469
470
command line like:
470
471
<screen>
471
472
<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>
472
479
</screen>
473
480
474
481
For more information about the regression tests, see
475
482
<xref linkend="regress"/>.
476
483
</para>
477
484
478
485
<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
482
490
to be installed:
483
491
<variablelist>
484
492
<varlistentry>
You can’t perform that action at this time.
0 commit comments