@@ -448,23 +448,31 @@ $ENV{CONFIG}="Debug";
448
448
<userinput>vcregress isolationcheck</userinput>
449
449
<userinput>vcregress bincheck</userinput>
450
450
<userinput>vcregress recoverycheck</userinput>
451
+ <userinput>vcregress taptest</userinput>
451
452
<userinput>vcregress upgradecheck</userinput>
452
453
</screen>
453
454
454
455
To change the schedule used (default is parallel), append it to the
455
456
command line like:
456
457
<screen>
457
458
<userinput>vcregress check serial</userinput>
459
+ </screen>
460
+
461
+ <command>vcregress taptest</command> can be used to run the TAP tests
462
+ of a target directory, like:
463
+ <screen>
464
+ <userinput>vcregress taptest src\bin\initdb\</userinput>
458
465
</screen>
459
466
460
467
For more information about the regression tests, see
461
468
<xref linkend="regress"/>.
462
469
</para>
463
470
464
471
<para>
465
- Running the regression tests on client programs, with
466
- <command>vcregress bincheck</command>, or on recovery tests, with
467
- <command>vcregress recoverycheck</command>, requires an additional Perl module
472
+ Running the regression tests on client programs with
473
+ <command>vcregress bincheck</command>, on recovery tests with
474
+ <command>vcregress recoverycheck</command>, or TAP tests specified with
475
+ <command>vcregress taptest</command> requires an additional Perl module
468
476
to be installed:
469
477
<variablelist>
470
478
<varlistentry>
0 commit comments