From: Peter Eisentraut Date: Wed, 8 Jul 2009 13:47:29 +0000 (+0000) Subject: When calling unsupported "make check" with a pgxs module, return a nonzero X-Git-Url: http://git.postgresql.org/gitweb/static/session/index.html?a=commitdiff_plain;h=bd77706097871fea3997010840874232534e7f99;p=users%2Fsimon%2Fpostgres.git When calling unsupported "make check" with a pgxs module, return a nonzero exit code. --- diff --git a/src/makefiles/pgxs.mk b/src/makefiles/pgxs.mk index 08208ae6d6..2796d6a90b 100644 --- a/src/makefiles/pgxs.mk +++ b/src/makefiles/pgxs.mk @@ -266,6 +266,7 @@ installcheck: submake check: @echo "'make check' is not supported." @echo "Do 'make install', then 'make installcheck' instead." + @exit 1 endif # REGRESS