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:
@ -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
|
||||
|
Reference in New Issue
Block a user