Commit b258ceb3 authored by Peter Eisentraut's avatar Peter Eisentraut

pg_upgrade: Disable installcheck

Disabled for now because some build farm members with low resources
are not prepared to handle it.
parent 80ac853f
......@@ -25,7 +25,8 @@ endif
check: test.sh
MAKE=$(MAKE) bindir=$(bindir) libdir=$(libdir) $(SHELL) $< --install
installcheck: test.sh
MAKE=$(MAKE) bindir=$(bindir) libdir=$(libdir) $(SHELL) $<
# disabled because it upsets the build farm
#installcheck: test.sh
# MAKE=$(MAKE) bindir=$(bindir) libdir=$(libdir) $(SHELL) $<
EXTRA_CLEAN = delete_old_cluster.sh log/ tmp_check/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment