Skip to content

Commit d2b885d

Browse files
committed
Disable make check for pg_arman
1 parent 6d028c4 commit d2b885d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

contrib/pg_arman/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,7 @@ endif # ASCIIDOC
101101
clean: clean-docs
102102
clean-docs:
103103
$(MAKE) -C doc/ clean
104+
105+
# Disable make check
106+
check:
107+
true

0 commit comments

Comments
 (0)