Minor improvements to mbregress.sh script.

Robert Haas <rhaas@postgresql.org>

Commit: 48fb49e39445a5429b24111658b193ed36b09da3
Author: Robert Haas <rhaas@postgresql.org>
Date: 2011-09-01T13:21:10Z
Releases: 9.2.0
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.

Files

PathChange+/−
src/test/mb/mbregress.sh modified +7 −2