Opened 2 years ago

Last modified 2 years ago

#5215 closed defect

gitlab-ci is not checking installs in 2.5 branch — at Version 1

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

Description (last modified by strk)

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 branch 2.5 is using the non-functional call, resulting in lack of install check and duplicated normal check.

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

Change History (1)

comment:1 by strk, 2 years ago

Description: modified (diff)
Summary: gitlab-ci is not checking installs for branches 3.0 and 2.5gitlab-ci is not checking installs in 2.5 branch
Note: See TracTickets for help on using tickets.