From: Andrei Pavel Date: Tue, 17 Jun 2025 10:13:26 +0000 (+0300) Subject: [#3493] Add ChangeLog entry X-Git-Tag: Kea-3.0.0~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be51fff1cdf90ce364cfd25add407592acf6558b;p=thirdparty%2Fkea.git [#3493] Add ChangeLog entry --- diff --git a/changelog_unreleased/3493-run-pkt-filter-and-ping-check-unit-tests-with-sudo-on-make-check b/changelog_unreleased/3493-run-pkt-filter-and-ping-check-unit-tests-with-sudo-on-make-check new file mode 100644 index 0000000000..7256ac227e --- /dev/null +++ b/changelog_unreleased/3493-run-pkt-filter-and-ping-check-unit-tests-with-sudo-on-make-check @@ -0,0 +1,4 @@ +[build] andrei + Unit tests that require root privileges are now run automatically + on "meson test" by having privileges elevated via sudo. + (Gitlab #3493)