From: Tatsuo Ishii Date: Tue, 11 Sep 2001 02:24:52 +0000 (+0000) Subject: Fix regression test in the case of building as root. X-Git-Tag: REL7_2_BETA1~440 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d7f3cbc288463da258082b51ac69ed4148e39ddb;p=postgresql Fix regression test in the case of building as root. --- diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml index 123c2ae642..bdeadfb9bf 100644 --- a/doc/src/sgml/regress.sgml +++ b/doc/src/sgml/regress.sgml @@ -1,4 +1,4 @@ - + Regression Tests @@ -67,7 +67,9 @@ For example, root# chmod -R a+w src/test/regress +root# chmod -R a+w contrib/spi root# su - joeuser +joeuser$ cd <build top-level directory> joeuser$ gmake check (The only possible security risk here is that other