mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-22 01:49:48 +00:00
[#3953] Do not run fuzzers with sudo. No longer required
This commit is contained in:
parent
8247204bad
commit
85e2a5f4b5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user