8000 disable multimaster tests, part 2 · postgrespro/mmts@822dcd9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 822dcd9

Browse files
author
Mikhail Rutman
committed
disable multimaster tests, part 2
1) Remove the target installcheck, because it is used during make installcheck-world. 2) Remove placeholder for the target check, because it looks like everything is already working..
1 parent c8905e6 commit 822dcd9

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Makefile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,6 @@ remove-this-suffix-to-enble-test-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)
9393
endif
9494

95-
# temporary disable tests
96-
# to enbale tests remove empty 'check' targetand and fix previous target
97-
check:
98-
99-
10095
# PG_PROVE_FLAGS adds PostgresNode and friends include dir
10196
start: temp-install
10297
rm -rf '$(CURDIR)'/tmp_check
@@ -164,5 +159,5 @@ run-pathman-regress-ext:
164159

165160
pg-regress: | start run-pg-regress
166161
pathman-regress: | start run-pathman-regress-ext stop
167-
installcheck:
162+
remove-this-suffix-to-enble-test-installcheck:
168163
$(prove_installcheck)

0 commit comments

Comments
 (0)
0