Opened 4 years ago
Closed 3 years ago
#4878 closed defect (worksforme)
check_tests_enabled files in parallel make
Reported by: | pramsey | Owned by: | strk |
---|---|---|---|
Priority: | high | Milestone: | PostGIS 3.2.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
After build, running the tests, use
make -j2 check
to get a parallel build of the tests, and see a failure
utils/check_tests_enabled.sh The following tests are available but not enabled in: - topology/test/tests.mk: topology/test/regress/droptopogeometrycolumn topology/test/regress/topogeom_addtopogeom topology/test/regress/addedge
using -j1 the check proceeds as usual.
Note:
See TracTickets
for help on using tickets.
Not sure if something changed, but I cannot dupe.