- Notifications
You must be signed in to change notification settings - Fork5
Commit48fb49e
committed
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.1 parent4232c4b commit48fb49e
1 file changed
+7
-2
lines changedsrc/test/mb/mbregress.sh
100644
100755
Lines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
18 |
| - | |
| 17 | + | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| 22 | + | |
| 23 | + | |
22 | 24 |
| |
23 | 25 |
| |
24 | 26 |
| |
| |||
54 | 56 |
| |
55 | 57 |
| |
56 | 58 |
| |
| 59 | + | |
57 | 60 |
| |
58 | 61 |
| |
59 | 62 |
| |
60 | 63 |
| |
| 64 | + | |
| 65 | + |
0 commit comments
Comments
(0)