projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c65c94
)
Add mention that the grep's have to be adjusted in pgtest.
author
Bruce Momjian
Mon, 23 Jun 2003 19:33:25 +0000
(19:33 +0000)
committer
Bruce Momjian
Mon, 23 Jun 2003 19:33:25 +0000
(19:33 +0000)
src/tools/pgtest
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/pgtest
b/src/tools/pgtest
index c2216139acf285eec9fdc102365e067579e50d59..7c76134cd4f999b32751db059d67cc7cda9e2021 100755
(executable)
--- 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 |