Opened 2 years ago
Closed 15 months ago
#5242 closed defect (wontfix)
CI: Use of logbt in github action break RUNTESTFLAGS
Reported by: | strk | Owned by: | robe |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.4.0 |
Component: | QA/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 (3)
comment:1 by , 2 years ago
comment:2 by , 23 months ago
Milestone: | PostGIS 3.3.2 → PostGIS 3.4.0 |
---|
comment:3 by , 15 months ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 09d4454/git: