File tree Expand file tree Collapse file tree 10 files changed +46
-9
lines changed Expand file tree Collapse file tree 10 files changed +46
-9
lines changed Original file line number Diff line number Diff line change @@ -16,5 +16,8 @@ include $(top_builddir)/src/Makefile.global
16
16
check :
17
17
$(prove_check )
18
18
19
+ installcheck :
20
+ $(prove_installcheck )
21
+
19
22
clean distclean maintainer-clean :
20
23
rm -rf tmp_check
Original file line number Diff line number Diff line change @@ -13,4 +13,8 @@ Running the tests
13
13
14
14
make check
15
15
16
+ or
17
+
18
+ make installcheck
19
+
16
20
NOTE: This requires the --enable-tap-tests argument to configure.
Original file line number Diff line number Diff line change @@ -16,5 +16,8 @@ include $(top_builddir)/src/Makefile.global
16
16
check :
17
17
$(prove_check )
18
18
19
+ installcheck :
20
+ $(prove_installcheck )
21
+
19
22
clean distclean maintainer-clean :
20
23
rm -rf tmp_check
Original file line number Diff line number Diff line change @@ -18,3 +18,7 @@ Running the tests
18
18
=================
19
19
20
20
make check
21
+
22
+ or
23
+
24
+ make installcheck
Original file line number Diff line number Diff line change @@ -18,5 +18,8 @@ include $(top_builddir)/src/Makefile.global
18
18
check :
19
19
$(prove_check )
20
20
21
+ installcheck :
22
+ $(prove_installcheck )
23
+
21
24
clean distclean maintainer-clean :
22
25
rm -rf tmp_check
Original file line number Diff line number Diff line change @@ -10,8 +10,12 @@ Running the tests
10
10
11
11
make check
12
12
13
- NOTE: This creates a temporary installation, and some tests may
14
- create one or multiple nodes, be they master or standby(s) for the
15
- purpose of the tests.
13
+ or
14
+
15
+ make installcheck
16
+
17
+ NOTE: This creates a temporary installation (in the case of "check"),
18
+ and some tests may create one or multiple nodes, be they master or
19
+ standby(s) for the purpose of the tests.
16
20
17
21
NOTE: This requires the --enable-tap-tests argument to configure.
Original file line number Diff line number Diff line change @@ -132,3 +132,6 @@ clean distclean maintainer-clean:
132
132
133
133
check :
134
134
$(prove_check )
135
+
136
+ installcheck :
137
+ $(prove_installcheck )
Original file line number Diff line number Diff line change @@ -12,10 +12,15 @@ Running the tests
12
12
13
13
make check
14
14
15
- NOTE: This creates a temporary installation, and sets it up to listen for TCP
16
- connections on localhost. Any user on the same host is allowed to log in to
17
- the test installation while the tests are running. Do not run this suite
18
- on a multi-user system where you don't trust all local users!
15
+ or
16
+
17
+ make installcheck
18
+
19
+ NOTE: This creates a temporary installation (in the case of "check"),
20
+ and sets it up to listen for TCP connections on localhost. Any user on
21
+ the same host is allowed to log in to the test installation while the
22
+ tests are running. Do not run this suite on a multi-user system where
23
+ you don't trust all local users!
19
24
20
25
Certificates
21
26
============
Original file line number Diff line number Diff line change @@ -18,5 +18,8 @@ EXTRA_INSTALL = contrib/hstore
18
18
check :
19
19
$(prove_check )
20
20
21
+ installcheck :
22
+ $(prove_installcheck )
23
+
21
24
clean distclean maintainer-clean :
22
25
rm -rf tmp_check
Original file line number Diff line number Diff line change @@ -10,7 +10,12 @@ Running the tests
10
10
11
11
make check
12
12
13
- NOTE: This creates a temporary installation, and some tests may
14
- create one or multiple nodes, for the purpose of the tests.
13
+ or
14
+
15
+ make installcheck
16
+
17
+ NOTE: This creates a temporary installation (in the case of "check"),
18
+ and some tests may create one or multiple nodes, for the purpose of
19
+ the tests.
15
20
16
21
NOTE: This requires the --enable-tap-tests argument to configure.
You can’t perform that action at this time.
0 commit comments