Date: Wed, 22 Oct 2025 12:52:40 GMT From: Mark Johnston <markj@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 8028cb0b3cf5 - stable/15 - rc tests: Add a test to check for warnings from rcorder Message-ID: <202510221252.59MCqe1j096235@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/15 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=8028cb0b3cf586236240d4941337bc27b6950ec9 commit 8028cb0b3cf586236240d4941337bc27b6950ec9 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2025-10-08 12:51:16 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2025-10-22 12:52:00 +0000 rc tests: Add a test to check for warnings from rcorder Reviewed by: des MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D52954 (cherry picked from commit 04d47c7cde54cc325cca3f47113976f5500dc58f) --- libexec/rc/tests/rc_subr_test.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/libexec/rc/tests/rc_subr_test.sh b/libexec/rc/tests/rc_subr_test.sh index fe6d3b8264c9..9ddd13b61a7c 100644 --- a/libexec/rc/tests/rc_subr_test.sh +++ b/libexec/rc/tests/rc_subr_test.sh @@ -26,6 +26,17 @@ # SUCH DAMAGE. # +atf_test_case no_cycles +no_cycles_head() +{ + atf_set "descr" "Verify that /etc/rc.d/* contains no cycles" +} + +no_cycles_body() +{ + atf_check -e empty -o ignore rcorder /etc/rc.d/* +} + atf_test_case oomprotect_all oomprotect_all_head() { @@ -130,6 +141,7 @@ EOF atf_init_test_cases() { + atf_add_test_case no_cycles atf_add_test_case oomprotect_all atf_add_test_case oomprotect_yes atf_add_test_case wait_for_pids_progresshome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510221252.59MCqe1j096235>
