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)
Tue, Sep 8, 8:34 AM
Unknown Object (File)
Mon, Sep 7, 12:28 AM
Unknown Object (File)
Sun, Sep 6, 3:19 PM
Unknown Object (File)
Sat, Sep 5, 7:45 PM
Unknown Object (File)
Sat, Sep 5, 3:38 AM
Unknown Object (File)
Thu, Sep 3, 4:05 PM
Unknown Object (File)
Wed, Sep 2, 9:47 PM
Unknown Object (File)
Tue, Sep 1, 3:43 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