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, May 22, 10:41 AM
Unknown Object (File)
Wed, May 20, 11:54 PM
Unknown Object (File)
Wed, May 20, 11:54 PM
Unknown Object (File)
Wed, May 20, 10:59 PM
Unknown Object (File)
Wed, May 20, 4:35 PM
Unknown Object (File)
Sun, May 17, 11:22 AM
Unknown Object (File)
Fri, May 15, 2:52 PM
Unknown Object (File)
Fri, May 15, 11:49 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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