Opened 6 years ago
Closed 6 years ago
#4205 closed enhancement (fixed)
Have "installcheck" test CREATE EXTENSION from unpackaged
Reported by: | strk | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.0.0 |
Component: | build | Version: | master |
Keywords: | Cc: |
Description
At the moment only utils/check_all_upgrades.sh tests the packaging of extensions, but as such path does not need any previous version installed on the system we may as well test it by a normal "make installcheck" call (like we're testing non-extension self-upgrades on "make check").
Note:
See TracTickets
for help on using tickets.
This has to be done after #4204 is finished. And if we implement this "installcheck" run unapckaged upgrade test we should of course remove it from utils/check_all_upgrades.sh