Opened 16 years ago
Closed 15 years ago
#77 closed enhancement (fixed)
make check - is there anyway for us to delete postgis_reg db when load fails
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 1.4.1 |
Component: | postgis | Version: | |
Keywords: | Cc: |
Description (last modified by )
What steps will reproduce the problem?
- make check
- check fails during loading of postgis
- you run make check again after compilation
- it fails again
- Oh yah have to do dropdb postgis_reg before you can run make check again
Change History (3)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Description: | modified (diff) |
---|---|
Milestone: | → 1.4.X |
comment:3 by , 15 years ago
Resolution: | new → fixed |
---|---|
Status: | assigned → closed |
Database now dropped when postgis function load fails. r4764
Note:
See TracTickets
for help on using tickets.
I'd be +1 for making the regression script drop the database by default (and have keeping it as a separate option), as this has caught me out so many times...
ATB,
Mark.