Content-Length: 305923 | pFad | http://github.com/postgrespro/postgres/commit/7043ac7100cd80345d7f12ece60d05a3ab2baf06

BA Add new make targets check-tests and installcheck-tests. · postgrespro/postgres@7043ac7 · GitHub
Skip to content

Commit 7043ac7

Browse files
committed
Add new make targets check-tests and installcheck-tests.
These do not run any specific schedule of tests, but only those specified as part of the invocation, e.g.: make check-tests TESTS="json jsonb"
1 parent 1056399 commit 7043ac7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

GNUmakefile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ distclean maintainer-clean:
6161
# Garbage from autoconf:
6262
@rm -rf autom4te.cache/
6363

64-
check: all
64+
check check-tests: all
6565

66-
check installcheck installcheck-parallel:
66+
check check-tests installcheck installcheck-parallel installcheck-tests:
6767
$(MAKE) -C src/test/regress $@
6868

6969
$(call recurse,check-world,src/test src/pl src/interfaces/ecpg contrib,check)

src/test/regress/GNUmakefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,18 @@ REGRESS_OPTS = --dlpath=. $(EXTRA_REGRESS_OPTS)
142142
check: all tablespace-setup
143143
$(pg_regress_check) $(REGRESS_OPTS) --schedule=$(srcdir)/parallel_schedule $(MAXCONNOPT) $(TEMP_CONF) $(EXTRA_TESTS)
144144

145+
check-tests: all tablespace-setup
146+
$(pg_regress_check) $(REGRESS_OPTS) $(MAXCONNOPT) $(TEMP_CONF) $(TESTS) $(EXTRA_TESTS)
147+
145148
installcheck: all tablespace-setup
146149
$(pg_regress_installcheck) $(REGRESS_OPTS) --schedule=$(srcdir)/serial_schedule $(EXTRA_TESTS)
147150

148151
installcheck-parallel: all tablespace-setup
149152
$(pg_regress_installcheck) $(REGRESS_OPTS) --schedule=$(srcdir)/parallel_schedule $(MAXCONNOPT) $(EXTRA_TESTS)
150153

154+
installcheck-tests: all tablespace-setup
155+
$(pg_regress_installcheck) $(REGRESS_OPTS) $(TESTS) $(EXTRA_TESTS)
156+
151157
standbycheck: all
152158
$(pg_regress_installcheck) $(REGRESS_OPTS) --schedule=$(srcdir)/standby_schedule --use-existing
153159

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/7043ac7100cd80345d7f12ece60d05a3ab2baf06

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy