@@ -460,23 +460,31 @@ $ENV{CONFIG}="Debug";
460
460
<userinput>vcregress isolationcheck</userinput>
461
461
<userinput>vcregress bincheck</userinput>
462
462
<userinput>vcregress recoverycheck</userinput>
463
+ <userinput>vcregress taptest</userinput>
463
464
<userinput>vcregress upgradecheck</userinput>
464
465
</screen>
465
466
466
467
To change the schedule used (default is parallel), append it to the
467
468
command line like:
468
469
<screen>
469
470
<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>
470
477
</screen>
471
478
472
479
For more information about the regression tests, see
473
480
<xref linkend="regress"/>.
474
481
</para>
475
482
476
483
<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
480
488
to be installed:
481
489
<variablelist>
482
490
<varlistentry>
0 commit comments