From 020cf90900bef1f672a36d496178c62c50ecb97c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 2 Dec 2004 20:35:45 +0000 Subject: [PATCH] Add mention of using --disable-rpath with regression test. --- doc/src/sgml/regress.sgml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml index ed772ffc81..1e970aaa93 100644 --- a/doc/src/sgml/regress.sgml +++ b/doc/src/sgml/regress.sgml @@ -1,4 +1,4 @@ - + Regression Tests @@ -46,8 +46,11 @@ gmake check in the top-level directory. (Or you can change to src/test/regress and run the command there.) This will first build several auxiliary files, such as - some sample - user-defined trigger functions, and then run the test driver + some sample user-defined trigger functions, and then run the test driver + script. On some platforms if you want perform a make check + without installing it first, you have to build with: + configure --disable-rpath. + At the end you should see something like script. At the end you should see something like -- 2.40.0