2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-22 09:57:41 +00:00

[#3953] Do not run fuzzers with sudo. No longer required

This commit is contained in:
Andrei Pavel 2025-06-17 12:05:30 +03:00
parent 8247204bad
commit 85e2a5f4b5
No known key found for this signature in database
GPG Key ID: D4E804481939CB21

View File

@ -1,14 +1,8 @@
if not PASSWORDLESS_SUDO_SET_UP
subdir_done()
endif
foreach f : FUZZER_EXECUTABLES
test(
f.name(),
SUDO,
args: [f],
f,
is_parallel: false,
priority: -1,
suite: 'sudo-tests',
)
endforeach