aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatsuo Ishii <ishii@postgresql.org>2001-09-11 02:24:52 +0000
committerTatsuo Ishii <ishii@postgresql.org>2001-09-11 02:24:52 +0000
commitd7f3cbc288463da258082b51ac69ed4148e39ddb (patch)
tree82dbc98258d15c4ba904d44b2f69e107ad1317b8
parentef5602d72c10a17997df62b531b774686433cbcc (diff)
downloadpostgresql-d7f3cbc288463da258082b51ac69ed4148e39ddb.tar.gz
postgresql-d7f3cbc288463da258082b51ac69ed4148e39ddb.zip
Fix regression test in the case of building as root.
-rw-r--r--doc/src/sgml/regress.sgml4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml
index 123c2ae6428..bdeadfb9bf0 100644
--- a/doc/src/sgml/regress.sgml
+++ b/doc/src/sgml/regress.sgml
@@ -1,4 +1,4 @@
-<!-- $Header: /cvsroot/pgsql/doc/src/sgml/regress.sgml,v 1.19 2001/09/09 23:52:12 petere Exp $ -->
+<!-- $Header: /cvsroot/pgsql/doc/src/sgml/regress.sgml,v 1.20 2001/09/11 02:24:52 ishii Exp $ -->
<chapter id="regress">
<title id="regress-title">Regression Tests</title>
@@ -67,7 +67,9 @@
For example,
<screen>
<prompt>root# </prompt><userinput>chmod -R a+w src/test/regress</userinput>
+<prompt>root# </prompt><userinput>chmod -R a+w contrib/spi</userinput>
<prompt>root# </prompt><userinput>su - joeuser</userinput>
+<prompt>joeuser$ </prompt><userinput>cd &lt;build top-level directory&gt;</userinput>
<prompt>joeuser$ </prompt><userinput>gmake check</userinput>
</screen>
(The only possible <quote>security risk</quote> here is that other