doc: Tell about "vcregress taptest" for regression tests on Windows
authorMichael Paquier
Mon, 25 Sep 2023 23:16:46 +0000 (08:16 +0900)
committerMichael Paquier
Mon, 25 Sep 2023 23:16:46 +0000 (08:16 +0900)
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

doc/src/sgml/install-windows.sgml

index ba52c4caff0fad8b004b1ffdf0fdeaaefae1b6be..6397d9c1586d4cf774079f9e1d8bc91542e81f6f 100644 (file)
@@ -459,6 +459,7 @@ $ENV{CONFIG}="Debug";
 vcregress isolationcheck
 vcregress bincheck
 vcregress recoverycheck
+vcregress taptest
 vcregress upgradecheck
 
 
@@ -466,6 +467,12 @@ $ENV{CONFIG}="Debug";
    command line like:
 
 vcregress check serial
+
+
+   vcregress taptest can be used to run the TAP tests
+   of a target directory, like:
+
+vcregress taptest src\bin\initdb\
 
 
    For more information about the regression tests, see
@@ -473,9 +480,10 @@ $ENV{CONFIG}="Debug";
   
 
   
-   Running the regression tests on client programs, with
-   vcregress bincheck, or on recovery tests, with
-   vcregress recoverycheck, requires an additional Perl module
+   Running the regression tests on client programs with
+   vcregress bincheck, on recovery tests with
+   vcregress recoverycheck, or TAP tests specified with
+   vcregress taptest requires an additional Perl module
    to be installed: