Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit bf75f1a

Browse files
committed
Adjust pgtest grep.
1 parent 757b718 commit bf75f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/pgtest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ TMP="/tmp/$$"
2121
cat $TMP/0 |
2222
# The following grep's have to be adjusted for your setup because
2323
# certain warnings are acceptable.
24-
grep warning |
24+
grep -i warning |
2525
grep -v setproctitle |
2626
grep -v find_rule |
2727
grep -v yy_flex_realloc |

0 commit comments

Comments
 (0)