diff options
| author | Peter Eisentraut | 2011-11-29 04:57:09 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2011-11-29 04:57:09 +0000 |
| commit | b258ceb3ad1409af06347d385bab73352ea856a6 (patch) | |
| tree | 7572274de84e4b9099b4473e5026e575b2eccdaf /contrib | |
| parent | 80ac853f0521963e870dfe484d56df8ab2de82e0 (diff) | |
pg_upgrade: Disable installcheck
Disabled for now because some build farm members with low resources
are not prepared to handle it.
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/pg_upgrade/Makefile | 5 |
1 files 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/ |
