CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2023/09/15 01:13:35
Modified files: share/mk : bsd.regress.mk Log message: 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