diff options
author | Michael Paquier <michael@paquier.xyz> | 2023-09-26 08:16:44 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2023-09-26 08:16:44 +0900 |
commit | 0c4d7a12687c44a00f5ce849960bcc70a8b1dfb8 (patch) | |
tree | 75782b27f4d8b642031010bf0a8a700e876a6530 | |
parent | 3d413c5a76fab4e374960ba6929545469c44aa13 (diff) | |
download | postgresql-0c4d7a12687c44a00f5ce849960bcc70a8b1dfb8.tar.gz postgresql-0c4d7a12687c44a00f5ce849960bcc70a8b1dfb8.zip |
doc: Tell about "vcregress taptest" for regression tests on Windows
There was no mention of this command in the documentation, and it is
useful to run the TAP tests of a target source directory.
Author: Yugo Nagata
Discussion: https://postgr.es/m/20230925153204.926d685d347ee1c8f527090c@sraoss.co.jp
Backpatch-through: 11
-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 176f15dea09..e4e1abdff39 100644 --- a/doc/src/sgml/install-windows.sgml +++ b/doc/src/sgml/install-windows.sgml @@ -462,6 +462,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> @@ -471,14 +472,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> |