Minor improvements to mbregress.sh script. 1. Use new dropdb --if-exists option, to avoid alarming the user if the database being dropped doesn't already exist. 2. Bail out if createdb fails. 3. exit 1 if the checks fail. 4. Make it executable.
Josh Kupershmidt, with some kibitzing by me. Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/48fb49e39445a5429b24111658b193ed36b09da3 Modified Files -------------- src/test/mb/mbregress.sh | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
