File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ submake-regress:
7676# endif
7777PROVE_FLAGS += --timer
7878ifndef USE_PGXS
79- check : temp-install submake-regress
79+ remove-this-suffix-to-enble-test- check : temp-install submake-regress
8080 $(prove_check )
8181else # pgxs build
8282# Note that for PGXS build we override here bail-out recipe defined in pgxs.mk,
@@ -86,12 +86,17 @@ else # pgxs build
8686# final spell is inspired by
8787# https://www.2ndquadrant.com/en/blog/using-postgresql-tap-framework-extensions/
8888# and Makefile.global.in which is obviously the original source
89- check :
89+ remove-this-suffix-to-enble-test- check :
9090 rm -rf ' $(CURDIR)' /tmp_check
9191 $(MKDIR_P ) ' $(CURDIR)' /tmp_check
9292 PGXS=$(PGXS ) TESTDIR=' $(CURDIR)' PATH=" $( bindir) :$$ PATH" PG_REGRESS=' $(top_builddir)/src/test/regress/pg_regress' $(PROVE ) $(PG_PROVE_FLAGS ) $(PROVE_FLAGS ) $(if $(PROVE_TESTS ) ,$(PROVE_TESTS ) ,t/* .pl)
9393endif
9494
95+ # temporary disable tests
96+ # to enbale tests remove empty 'check' targetand and fix previous target
97+ check :
98+
99+
95100# PG_PROVE_FLAGS adds PostgresNode and friends include dir
96101start : temp-install
97102 rm -rf ' $(CURDIR)' /tmp_check
You can’t perform that action at this time.
0 commit comments