From cec5d26d3491354ccfefbfd79865b35021efaa7c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 9 Sep 2004 09:57:23 +0000 Subject: [PATCH] We don't use java in our compiles anymore so remove the filter test from pgtest. --- src/tools/pgtest | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/tools/pgtest b/src/tools/pgtest index 7e8a9b4165f..bc28be23832 100755 --- a/src/tools/pgtest +++ b/src/tools/pgtest @@ -24,5 +24,4 @@ cat $TMP/0 | grep -i warning | grep -v setproctitle | grep -v find_rule | -grep -v yy_flex_realloc | -grep -v '\[javac\] [0-9]* warning' +grep -v yy_flex_realloc