From: Andrew Dunstan Date: Wed, 23 Mar 2022 00:18:30 +0000 (-0400) Subject: Temporarily disable installcheck for test_oat_hooks module X-Git-Tag: REL_15_BETA1~468 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5b29a9f772974e5863238b3f88b2f38c62b2a48f;p=thirdparty%2Fpostgresql.git Temporarily disable installcheck for test_oat_hooks module Buildfarm members are encountering errors when the test is run under various locales/encodings. As the buildfarm only does this for installchecks, disable them for now. Discussion: https://postgr.es/m/6067945b-960a-ab04-d40f-06b006a1dcd0@dunslane.net --- diff --git a/src/test/modules/test_oat_hooks/Makefile b/src/test/modules/test_oat_hooks/Makefile index ba068acc535..8456723808c 100644 --- a/src/test/modules/test_oat_hooks/Makefile +++ b/src/test/modules/test_oat_hooks/Makefile @@ -6,6 +6,9 @@ PGFILEDESC = "test_oat_hooks - example use of object access hooks" REGRESS = test_oat_hooks +# disable installcheck for now +NO_INSTALLCHECK = 1 + ifdef USE_PGXS PG_CONFIG = pg_config PGXS := $(shell $(PG_CONFIG) --pgxs)