diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-12-02 20:35:45 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-12-02 20:35:45 +0000 |
commit | 020cf90900bef1f672a36d496178c62c50ecb97c (patch) | |
tree | a22e3cbebffdb09562890c901cecea698bf1556f | |
parent | e8d46bcd449b3a689e42721b4f75bc187d68401a (diff) | |
download | postgresql-020cf90900bef1f672a36d496178c62c50ecb97c.tar.gz postgresql-020cf90900bef1f672a36d496178c62c50ecb97c.zip |
Add mention of using --disable-rpath with regression test.
-rw-r--r-- | doc/src/sgml/regress.sgml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml index ed772ffc81e..1e970aaa93e 100644 --- a/doc/src/sgml/regress.sgml +++ b/doc/src/sgml/regress.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/regress.sgml,v 1.42 2004/11/15 06:32:14 neilc Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/regress.sgml,v 1.43 2004/12/02 20:35:45 momjian Exp $ --> <chapter id="regress"> <title id="regress-title">Regression Tests</title> @@ -46,8 +46,11 @@ gmake check in the top-level directory. (Or you can change to <filename>src/test/regress</filename> 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 <literal>make check<literal> + without installing it first, you have to build with: + <literal>configure --disable-rpath</>. + At the end you should see something like script. At the end you should see something like <screen> <computeroutput> |