From: Bruce Momjian Date: Mon, 23 Jun 2003 19:33:25 +0000 (+0000) Subject: Add mention that the grep's have to be adjusted in pgtest. X-Git-Tag: REL7_4_BETA1~362 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=3bfabc36b6388ec6633c177fc048d8c2901cc459;p=users%2Fhanada%2Fpostgres.git Add mention that the grep's have to be adjusted in pgtest. --- diff --git a/src/tools/pgtest b/src/tools/pgtest index c2216139ac..7c76134cd4 100755 --- a/src/tools/pgtest +++ b/src/tools/pgtest @@ -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 |