Opened 2 years ago

Last modified 2 years ago

#5215 closed defect

gitlab-ci is not checking installs for branches 3.0 and 2.5 — at Initial Version

Reported by: strk Owned by: robe
Priority: blocker Milestone: PostGIS 2.5.8
Component: QA/buildbots Version: 2.5.x -- EOL
Keywords: Cc:

Description

When using:

` make installcheck RUNTESTFLAGS=-v `

The RUNTESTFLAGS is fully set by user instead of being *appended_to*. This means the internal --extension switch won't be used, defeating the purpose of the installcheck.

Note that this would work: ` RUNTESTFLAGS=-v make installcheck `

The gitlab-ci configuration in branches 2.5 and 3.0 is using the non-functional call, resulting in lack of install check and duplicated normal check.

This was fixed from 3.1 onward, see commit [ae5e5a8f816b70d82d43964bb81395c1b685ec29/git]

Change History (0)

Note: See TracTickets for help on using tickets.