From f8ebe3bcc5debfcf2bf588aee138944688b682c0 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 25 Apr 2011 22:21:37 +0300 Subject: 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". --- contrib/dict_xsyn/.gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contrib/dict_xsyn') diff --git a/contrib/dict_xsyn/.gitignore b/contrib/dict_xsyn/.gitignore index 19b6c5ba425..5dcb3ff9723 100644 --- a/contrib/dict_xsyn/.gitignore +++ b/contrib/dict_xsyn/.gitignore @@ -1,2 +1,4 @@ # Generated subdirectories +/log/ /results/ +/tmp_check/ -- cgit v1.2.3