From bf4bd50ff76d2049ba4a96762e729394b4f8fa22 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 30 May 2008 00:04:32 +0000 Subject: Copy refint.so and autoinc.so into the src/test/regress directory during "make all", and then reference them there during the actual tests. This makes the handling of these files more parallel to that of regress.so, and in particular simplifies use of the regression tests outside the original build tree. The PGDG and Red Hat RPMs have been doing this via patches for a very long time. Inclusion of the change in core was requested by Jørgen Austvik of Sun, and I can't see any reason not to. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I attempted to fix the MSVC scripts for this too, but they may need further tweaking ... --- doc/src/sgml/regress.sgml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml index 9d65e4e0f4a..d09137fcc0f 100644 --- a/doc/src/sgml/regress.sgml +++ b/doc/src/sgml/regress.sgml @@ -1,4 +1,4 @@ - + Regression Tests @@ -48,9 +48,9 @@ gmake check script. At the end you should see something like -====================== - All 100 tests passed. -====================== +======================= + All 115 tests passed. +======================= or otherwise a note about which tests failed. See root# chmod -R a+w src/test/regress -root# chmod -R a+w contrib/spi root# su - joeuser joeuser$ cd top-level build directory joeuser$ gmake check -- cgit v1.2.3