CVSROOT: /cvs Module name: src Changes by: es...@cvs.openbsd.org 2019/06/11 12:14:23
Modified files: share/mk : bsd.regress.mk Log message: make things slightly less insane: - actually use the ERRORS framework for REGRESS_LOG - put it at end of file, as best working (years of practice on bsd.port.mk) - actually use .SILENT - fix REGRESS_IGNORE_FAIL. Don't put a - in front of lines, but just don't error out as false on FAILED tests. This finally allows ^C to actually interrupt a testsuite. - add one missing .PHONY (quite a few more for later) okay bluhm@