Adjust pgtest grep.

This commit is contained in:
Bruce Momjian 2003-06-27 22:04:50 +00:00
parent 757b718476
commit bf75f1a063
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ TMP="/tmp/$$"
cat $TMP/0 |
# The following grep's have to be adjusted for your setup because
# certain warnings are acceptable.
grep warning |
grep -i warning |
grep -v setproctitle |
grep -v find_rule |
grep -v yy_flex_realloc |