From 271cd231c74142ff90780afc4ae75acfb92e5a33 Mon Sep 17 00:00:00 2001 From: Bharath Rupireddy Date: Fri, 11 Feb 2022 03:34:11 +0000 Subject: [PATCH v3] add "vcregress taptest" and mention about Windows on regression tests page This patch adds missing "vcregress taptest" command usage in the Winodws docs. Also, adds a reference to Windows regression tests on the main regression tests page. --- doc/src/sgml/install-windows.sgml | 18 +++++++++++++----- doc/src/sgml/regress.sgml | 12 ++++++++++++ 2 files changed, 25 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/install-windows.sgml b/doc/src/sgml/install-windows.sgml index 30dd0c7f75..001feb0b5e 100644 --- a/doc/src/sgml/install-windows.sgml +++ b/doc/src/sgml/install-windows.sgml @@ -160,7 +160,7 @@ $ENV{MSBFLAGS}="/m"; - + Requirements The following additional products are required to build @@ -346,7 +346,7 @@ $ENV{MSBFLAGS}="/m"; - + Special Considerations for 64-Bit Windows @@ -371,7 +371,7 @@ $ENV{MSBFLAGS}="/m"; - + Building @@ -408,7 +408,7 @@ $ENV{CONFIG}="Debug"; - + Cleaning and Installing @@ -441,7 +441,7 @@ $ENV{CONFIG}="Debug"; - + Running the Regression Tests @@ -463,6 +463,14 @@ $ENV{CONFIG}="Debug"; vcregress bincheck vcregress recoverycheck vcregress upgradecheck + + + You can use vcregress taptest TEST_DIR to run an + arbitrary TAP test set, where TEST_DIR is a required argument pointing to + the directory where the tests reside. For example, use the following + command for running the subscription TAP tests: + +vcregress taptest src/test/subscription To change the schedule used (default is parallel), append it to the diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml index 952139fc60..2024c9037c 100644 --- a/doc/src/sgml/regress.sgml +++ b/doc/src/sgml/regress.sgml @@ -402,6 +402,18 @@ make check EXTRA_TESTS=numeric_big + + + Running the Tests on <productname>Windows</productname> + + + The regression tests can be run against an already installed and running + server or using a temporary installation within the build tree on + Windows. See + for more information. + + + -- 2.25.1