CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2023/09/24 02:28:20
Modified files: share/mk : bsd.regress.mk Log message: Make REGRESS_LOG more useful again Enabling REGRESS_FAIL_EARLY made REGRESS_LOG error out at the first error, which is pointless. So default to no if REGRESS_LOG is set unless the user explicitly enabled it. Requested by claudio ok bluhm