From b258ceb3ad1409af06347d385bab73352ea856a6 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut <peter_e@gmx.net> Date: Tue, 29 Nov 2011 06:57:09 +0200 Subject: [PATCH] pg_upgrade: Disable installcheck Disabled for now because some build farm members with low resources are not prepared to handle it. --- contrib/pg_upgrade/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/contrib/pg_upgrade/Makefile b/contrib/pg_upgrade/Makefile index 7f97b3d4845..63918625f4f 100644 --- a/contrib/pg_upgrade/Makefile +++ b/contrib/pg_upgrade/Makefile @@ -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/ -- GitLab