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
F150621255: D52954.id163775.diff
Thu, Apr 2, 9:24 PM
F150573542: D52954.id163775.diff
Thu, Apr 2, 12:08 PM
Unknown Object (File)
Sun, Mar 29, 12:38 PM
Unknown Object (File)
Wed, Mar 18, 2:16 PM
Unknown Object (File)
Feb 28 2026, 5:10 AM
Unknown Object (File)
Feb 26 2026, 11:57 AM
Unknown Object (File)
Feb 17 2026, 9:38 PM
Unknown Object (File)
Feb 8 2026, 9:36 PM
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