]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3493] Add ChangeLog entry
authorAndrei Pavel <andrei@isc.org>
Tue, 17 Jun 2025 10:13:26 +0000 (13:13 +0300)
committerAndrei Pavel <andrei@isc.org>
Tue, 17 Jun 2025 18:34:44 +0000 (21:34 +0300)
changelog_unreleased/3493-run-pkt-filter-and-ping-check-unit-tests-with-sudo-on-make-check [new file with mode: 0644]

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 (file)
index 0000000..7256ac2
--- /dev/null
@@ -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)