From c2d5657c0f6f8ae9894205551354eca796f8b11c Mon Sep 17 00:00:00 2001 From: Andrew Dunstan <andrew@dunslane.net> Date: Wed, 18 Nov 2015 23:32:16 -0500 Subject: [PATCH] Update docs for vcregress.pl bincheck changes --- doc/src/sgml/install-windows.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/install-windows.sgml b/doc/src/sgml/install-windows.sgml index 1a0fd2808be..ba60a6b16b4 100644 --- a/doc/src/sgml/install-windows.sgml +++ b/doc/src/sgml/install-windows.sgml @@ -439,7 +439,7 @@ $ENV{CONFIG}="Debug"; <userinput>vcregress modulescheck</userinput> <userinput>vcregress ecpgcheck</userinput> <userinput>vcregress isolationcheck</userinput> -<userinput>vcregress tapcheck</userinput> +<userinput>vcregress bincheck</userinput> <userinput>vcregress upgradecheck</userinput> </screen> @@ -454,8 +454,8 @@ $ENV{CONFIG}="Debug"; </para> <para> - Running the TAP regression tests, with "vcregress tapcheck", requires an - additional Perl module to be installed: + Running the regression tests on client programs, with "vcregress bincheck", + requires an additional Perl module to be installed: <variablelist> <varlistentry> <term><productname>IPC::Run</productname></term> -- GitLab