Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit020cf90

Browse files
committed
Add mention of using --disable-rpath with regression test.
1 parente8d46bc commit020cf90

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

‎doc/src/sgml/regress.sgml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/regress.sgml,v 1.42 2004/11/15 06:32:14 neilc Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/regress.sgml,v 1.43 2004/12/02 20:35:45 momjian Exp $ -->
22

33
<chapter id="regress">
44
<title id="regress-title">Regression Tests</title>
@@ -46,8 +46,11 @@ gmake check
4646
in the top-level directory. (Or you can change to
4747
<filename>src/test/regress</filename> and run the command there.)
4848
This will first build several auxiliary files, such as
49-
some sample
50-
user-defined trigger functions, and then run the test driver
49+
some sample user-defined trigger functions, and then run the test driver
50+
script. On some platforms if you want perform a <literal>make check<literal>
51+
without installing it first, you have to build with:
52+
<literal>configure --disable-rpath</>.
53+
At the end you should see something like
5154
script. At the end you should see something like
5255
<screen>
5356
<computeroutput>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp