ROBSD-REGRESS-LOG(8) System Manager's Manual ROBSD-REGRESS-LOG(8)

robsd-regress-logbsd.regress.mk log parser

robsd-regress-log [-FIPSXn] path ...

The robsd-regress-log utility extracts make targets (i.e. test cases) with a specific outcome from output produced by bsd.regress.mk(5).

The options are as follows:

Extract failed targets.
Extract informative targets.
Extract unexpected pass targets.
Extract skipped targets.
Extract expected fail targets.
Do not output extracted targets. The exit status can be used to determine if any targets were found.
path
Path to output produced by bsd.regress.mk(5).

The robsd-regress-log utility exits 0 on success, and >0 if an error occurs.

bsd.regress.mk(5), robsd-regress(8), robsd-regress-html(8)

Anton Lindqvist <anton@basename.se>

OpenBSD 8.0 April 29, 2023 ROBSD-REGRESS-LOG(8)