Opened 14 years ago
Closed 14 years ago
#715 closed defect (fixed)
Online regression failures don't stop 'make check'
Reported by: | pramsey | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
When I run 'make check' with the current r6417 build system, the 'make check' does not stop when the online regression tests have a failure, it just moves merrily on to do make check in liblwgeom (which is the reverse of the old order, BTW, which I preferred: first liblwgeom, then online).
Change History (6)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
It didn't stop on failure, and it ran the online regressions twice! (I like the return to the original order though :)
comment:4 by , 14 years ago
I don't see run_test script ever exiting with non-success state. Guess it never stopped on error ?
comment:5 by , 14 years ago
r6421 improves run_test to exit 1 on the presence of any failure and 0 otherwise. (how silly, could return number of failures directly... expect a new revision soon)
comment:6 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
there, r6422 is the definitive test runner :>
See how you like r6418