Page MenuHomeFreeBSD

rc tests: Add a test to check for warnings from rcorder
ClosedPublic

Authored by markj on Oct 7 2025, 1:22 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 7, 6:02 AM
Unknown Object (File)
Tue, Nov 4, 10:08 PM
Unknown Object (File)
Mon, Nov 3, 2:20 AM
Unknown Object (File)
Fri, Oct 31, 7:12 AM
Unknown Object (File)
Thu, Oct 30, 10:36 PM
Unknown Object (File)
Mon, Oct 27, 1:07 PM
Unknown Object (File)
Oct 25 2025, 5:09 PM
Unknown Object (File)
Oct 25 2025, 2:41 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 67615
Build 64498: arc lint + arc unit

Event Timeline

libexec/rc/tests/rc_subr_test.sh
37

I would not include /usr/local/etc/rc.d/* here, and if I did I would not hardcode /usr/local, but use ${LOCALBASE:=$(sysctl -n user.localbase)}.

Don't test /usr/local/etc/rc.d/*

This revision is now accepted and ready to land.Oct 7 2025, 4:38 PM