Opened 9 months ago
Last modified 7 months ago
#5242 new defect
CI: Use of logbt in github action break RUNTESTFLAGS
Reported by: | strk | Owned by: | robe |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.4.0 |
Component: | buildbots | Version: | 3.3.x |
Keywords: | Cc: | komzpa |
Description
See what RUNTESTFLAGS should look like: https://github.com/postgis/postgis/actions/runs/3069224405/jobs/4957619908#step:4:1953
That's what happen (correctly) when NOT using logbt ( https://github.com/postgis/postgis/pull/707 )
Instead, when using logbt, we get this: https://github.com/postgis/postgis/actions/runs/3069126004/jobs/4957405445#step:4:1943
For some reason logbt is NOT passing RUNTESTFLAGS to make check
Change History (2)
comment:1 by , 9 months ago
comment:2 by , 7 months ago
Milestone: | PostGIS 3.3.2 → PostGIS 3.4.0 |
---|
Note:
See TracTickets
for help on using tickets.
In 09d4454/git: