diff options
Diffstat (limited to 'doc/src/sgml/install-windows.sgml')
-rw-r--r-- | doc/src/sgml/install-windows.sgml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/sgml/install-windows.sgml b/doc/src/sgml/install-windows.sgml index ba60a6b16b4..bfe840c3cf3 100644 --- a/doc/src/sgml/install-windows.sgml +++ b/doc/src/sgml/install-windows.sgml @@ -440,6 +440,7 @@ $ENV{CONFIG}="Debug"; <userinput>vcregress ecpgcheck</userinput> <userinput>vcregress isolationcheck</userinput> <userinput>vcregress bincheck</userinput> +<userinput>vcregress recoverycheck</userinput> <userinput>vcregress upgradecheck</userinput> </screen> @@ -455,7 +456,8 @@ $ENV{CONFIG}="Debug"; <para> Running the regression tests on client programs, with "vcregress bincheck", - requires an additional Perl module to be installed: + or on recovery tests, with "vcregress recoverycheck" requires an additional + Perl module to be installed: <variablelist> <varlistentry> <term><productname>IPC::Run</productname></term> |