pgsql: Support "make check" in contrib

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Support "make check" in contrib
Date: 2011-04-25 19:28:31
Message-ID: E1QERSR-00028z-I9@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Support "make check" in contrib

Added a new option --extra-install to pg_regress to arrange installing
the respective contrib directory into the temporary installation.
This is currently not yet supported for Windows MSVC builds.

Updated the .gitignore files for contrib modules to ignore the
leftovers of a temp-install check run.

Changed the exit status of "make check" in a pgxs build (which still
does nothing) to 0 from 1.

Added "make check" in contrib to top-level "make check-world".

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f8ebe3bcc5debfcf2bf588aee138944688b682c0

Modified Files
--------------
GNUmakefile.in | 3 +--
contrib/btree_gin/.gitignore | 2 ++
contrib/btree_gist/.gitignore | 2 ++
contrib/citext/.gitignore | 2 ++
contrib/cube/.gitignore | 2 ++
contrib/dblink/.gitignore | 2 ++
contrib/dict_int/.gitignore | 2 ++
contrib/dict_xsyn/.gitignore | 2 ++
contrib/earthdistance/.gitignore | 2 ++
contrib/earthdistance/Makefile | 1 +
contrib/file_fdw/.gitignore | 2 ++
contrib/hstore/.gitignore | 2 ++
contrib/intarray/.gitignore | 2 ++
contrib/ltree/.gitignore | 2 ++
contrib/pg_trgm/.gitignore | 2 ++
contrib/pgcrypto/.gitignore | 2 ++
contrib/seg/.gitignore | 2 ++
contrib/tablefunc/.gitignore | 2 ++
contrib/test_parser/.gitignore | 2 ++
contrib/tsearch2/.gitignore | 2 ++
contrib/unaccent/.gitignore | 2 ++
contrib/xml2/.gitignore | 2 ++
src/makefiles/pgxs.mk | 13 +++++++------
src/test/regress/pg_regress.c | 25 +++++++++++++++++++++++++
24 files changed, 74 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-04-25 20:22:41 pgsql: Fix pg_size_pretty() to avoid overflow for inputs close to INT64
Previous Message Andrew Dunstan 2011-04-25 18:45:57 pgsql: Use terse mode to avoid variable order dependency output in fore