Skip to content

Commit 9a921d4

Browse files
committed
disable staled tap tests
1 parent baa2e44 commit 9a921d4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

contrib/mmts/Makefile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ DATA = multimaster--1.0.sql
88

99
all: multimaster.so
1010

11-
tests/dtmbench:
12-
make -C tests
13-
1411
PG_CPPFLAGS = -I$(libpq_srcdir)
1512
SHLIB_LINK = $(libpq)
1613

@@ -24,7 +21,3 @@ top_builddir = ../..
2421
include $(top_builddir)/src/Makefile.global
2522
include $(top_srcdir)/contrib/contrib-global.mk
2623
endif
27-
28-
check:
29-
env DESTDIR='$(abs_top_builddir)'/tmp_install make install
30-
$(prove_check)

0 commit comments

Comments
 (0)