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 robe)

What steps will reproduce the problem?

  1. make check
  2. check fails during loading of postgis
  3. you run make check again after compilation
  4. it fails again
  5. Oh yah have to do dropdb postgis_reg before you can run make check again

Change History (3)

comment:1 by mcayland, 16 years ago

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.

comment:2 by robe, 15 years ago

Description: modified (diff)
Milestone: 1.4.X

comment:3 by pramsey, 15 years ago

Resolution: newfixed
Status: assignedclosed

Database now dropped when postgis function load fails. r4764

Note: See TracTickets for help on using tickets.