Default REGRESS_FAIL_EARLY to yes
authortb <tb@openbsd.org>
Fri, 15 Sep 2023 07:13:35 +0000 (07:13 +0000)
committertb <tb@openbsd.org>
Fri, 15 Sep 2023 07:13:35 +0000 (07:13 +0000)
commitb926875173420bfbadbd8b81db29b50d85c54f4b
tree79e0918fe264f89d89a7e5ca536ff6aa49561895
parent04d313c5ecc70eb438155861372bc182aea5c3a7
Default REGRESS_FAIL_EARLY to yes

The current fail open behavior may be desirable in some circumstances,
but it is an unexpected and dangerous default since one expects some
kind of feedback when running a test suite. Currently failing tests are
only visible on inspecting the log, which led to unsuspecting people
missing failures several times in the past. Flip the default to fail
closed. For those that want to have the old behavior, it is easy enough
to set the variable to no.

Positive feedback job and schwarze
ok kn
share/mk/bsd.regress.mk