Обсуждение: pgsql: Support "make check" in contrib

Поиск
Список
Период
Сортировка

pgsql: Support "make check" in contrib

От
Peter Eisentraut
Дата:
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(-)