diff options
-rw-r--r-- | doc/src/sgml/install-windows.sgml | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/doc/src/sgml/install-windows.sgml b/doc/src/sgml/install-windows.sgml index ba52c4caff0..6397d9c1586 100644 --- a/doc/src/sgml/install-windows.sgml +++ b/doc/src/sgml/install-windows.sgml @@ -459,6 +459,7 @@ $ENV{CONFIG}="Debug"; <userinput>vcregress isolationcheck</userinput> <userinput>vcregress bincheck</userinput> <userinput>vcregress recoverycheck</userinput> +<userinput>vcregress taptest</userinput> <userinput>vcregress upgradecheck</userinput> </screen> @@ -468,14 +469,21 @@ $ENV{CONFIG}="Debug"; <userinput>vcregress check serial</userinput> </screen> + <command>vcregress taptest</command> can be used to run the TAP tests + of a target directory, like: +<screen> +<userinput>vcregress taptest src\bin\initdb\</userinput> +</screen> + For more information about the regression tests, see <xref linkend="regress"/>. </para> <para> - Running the regression tests on client programs, with - <command>vcregress bincheck</command>, or on recovery tests, with - <command>vcregress recoverycheck</command>, requires an additional Perl module + Running the regression tests on client programs with + <command>vcregress bincheck</command>, on recovery tests with + <command>vcregress recoverycheck</command>, or TAP tests specified with + <command>vcregress taptest</command> requires an additional Perl module to be installed: <variablelist> <varlistentry> |