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:33:13 -0500 |
commit | bfac7a69ba5d2dd9b77b9de5daa7de9920426377 (patch) | |
tree | d7d9e3ba81ffa32bf9e87fd060c4bc2be124bafb | |
parent | fed03032e57a3959524aaf22dd358a5cb4ad49e1 (diff) | |
download | postgresql-bfac7a69ba5d2dd9b77b9de5daa7de9920426377.tar.gz postgresql-bfac7a69ba5d2dd9b77b9de5daa7de9920426377.zip |
Update docs for vcregress.pl bincheck changes
-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 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> |