1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Prevent drop database failure from showing.

This commit is contained in:
Bruce Momjian
2000-04-12 05:24:51 +00:00
parent 37e7c7dfcb
commit 8758985c3a
2 changed files with 10 additions and 6 deletions

View File

@ -4,7 +4,7 @@
[ "$#" -eq 0 ] && set regress.out
for file in `cat "$@" | grep 'failed$' | cut -d " " -f 1`
for file in `cat "$@" | grep 'failed$' | grep -v '^dropdb: ' | cut -d " " -f 1`
do
echo "====== $file ======"
diff -w expected/$file.out results