1
0
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:
Tom Lane
2005-04-01 19:32:51 +00:00
parent a8e0dff101
commit 943178fec5
3 changed files with 6 additions and 4 deletions

View File

@ -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. ***"