Skip to content

Commit 22c528f

Browse files
committed
Don't hide error message from dropdb.
1 parent aec962d commit 22c528f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/regress/pg_regress.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /bin/sh
2-
# $Header: /cvsroot/pgsql/src/test/regress/Attic/pg_regress.sh,v 1.10 2000/10/29 12:49:49 petere Exp $
2+
# $Header: /cvsroot/pgsql/src/test/regress/Attic/pg_regress.sh,v 1.11 2000/11/21 17:34:21 petere Exp $
33

44
me=`basename $0`
55
: ${TMPDIR=/tmp}
@@ -358,7 +358,7 @@ else # not temp-install
358358
echo "(using postmaster on Unix socket, $port_info)"
359359
fi
360360
message "dropping database \"$dbname\""
361-
"$bindir/dropdb" $psql_options "$dbname" >/dev/null 2>&1
361+
"$bindir/dropdb" $psql_options "$dbname"
362362
# errors can be ignored
363363
fi
364364

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy