diff options
| author | Andrew Dunstan <andrew@dunslane.net> | 2015-11-18 23:32:16 -0500 |
|---|---|---|
| committer | Andrew Dunstan <andrew@dunslane.net> | 2015-11-18 23:38:12 -0500 |
| commit | 0fbf440407ae4ae34c143579ab2fc68f37895856 (patch) | |
| tree | 68702c0557af49e2fb2572ed899353d7a6486f59 /doc/src | |
| parent | b06a8e3cc24d29d5c6eee0220a32c3155726daf9 (diff) | |
Update docs for vcregress.pl bincheck changes
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/install-windows.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/install-windows.sgml b/doc/src/sgml/install-windows.sgml index a4d28d6eab7..4b191c4e623 100644 --- a/doc/src/sgml/install-windows.sgml +++ b/doc/src/sgml/install-windows.sgml @@ -438,7 +438,7 @@ $ENV{CONFIG}="Debug"; <userinput>vcregress contribcheck</userinput> <userinput>vcregress ecpgcheck</userinput> <userinput>vcregress isolationcheck</userinput> -<userinput>vcregress tapcheck</userinput> +<userinput>vcregress bincheck</userinput> <userinput>vcregress upgradecheck</userinput> </screen> @@ -453,8 +453,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> |
