We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentb3f8401 commitf5da568Copy full SHA for f5da568
src/test/authentication/Makefile
@@ -16,5 +16,8 @@ include $(top_builddir)/src/Makefile.global
16
check:
17
$(prove_check)
18
19
+installcheck:
20
+$(prove_installcheck)
21
+
22
cleandistcleanmaintainer-clean:
23
rm -rf tmp_check
src/test/authentication/README
@@ -13,4 +13,8 @@ Running the tests
13
14
make check
15
+or
+ make installcheck
NOTE: This requires the --enable-tap-tests argument to configure.
src/test/ldap/Makefile
src/test/ldap/README
@@ -18,3 +18,7 @@ Running the tests
=================
24
src/test/recovery/Makefile
@@ -18,5 +18,8 @@ include $(top_builddir)/src/Makefile.global
25
src/test/recovery/README
@@ -10,8 +10,12 @@ Running the tests
10
11
12
-NOTE: This creates a temporary installation, and some tests may
-create one or multiple nodes, be they master or standby(s) for the
-purpose of the tests.
+NOTE: This creates a temporary installation (in the case of "check"),
+and some tests may create one or multiple nodes, be they master or
+standby(s) for the purpose of the tests.
src/test/ssl/Makefile
@@ -132,3 +132,6 @@ clean distclean maintainer-clean:
132
133
134
135
136
137
src/test/ssl/README
@@ -12,10 +12,15 @@ Running the tests
-NOTE: This creates a temporary installation, and sets it up to listen for TCP
-connections on localhost. Any user on the same host is allowed to log in to
-the test installation while the tests are running. Do not run this suite
-on a multi-user system where you don't trust all local users!
+and sets it up to listen for TCP connections on localhost. Any user on
+the same host is allowed to log in to the test installation while the
+tests are running. Do not run this suite on a multi-user system where
+you don't trust all local users!
Certificates
26
============
src/test/subscription/Makefile
@@ -18,5 +18,8 @@ EXTRA_INSTALL = contrib/hstore
src/test/subscription/README
@@ -10,7 +10,12 @@ Running the tests
-create one or multiple nodes, for the purpose of the tests.
+and some tests may create one or multiple nodes, for the purpose of
+the tests.