mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
Minor improvements in the really-pretty-ad-hoc test scripts for the
PL languages.
This commit is contained in:
@ -7,6 +7,8 @@ dropdb $DBNAME > test.log 2>&1
|
||||
# drop failure is ok...
|
||||
echo " Done. ***"
|
||||
|
||||
sleep 1
|
||||
|
||||
echo -n "*** Create $DBNAME."
|
||||
if createdb $DBNAME >> test.log 2>&1 ; then
|
||||
echo " Done. ***"
|
||||
|
Reference in New Issue
Block a user