Add mention that the grep's have to be adjusted in pgtest.

This commit is contained in:
Bruce Momjian 2003-06-23 19:33:25 +00:00
parent 5c65c94e4f
commit 3bfabc36b6
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@ cd src/test/regress &&
gmake clean &&
gmake installcheck
# The following grep's have to be adjusted for your setup because
# certain warnings are acceptable.
cat $TMP/0 |
grep -v warning |
grep -v setproctitle |