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:
parent
8247204bad
commit
85e2a5f4b5
@ -1,14 +1,8 @@
|
|||||||
if not PASSWORDLESS_SUDO_SET_UP
|
|
||||||
subdir_done()
|
|
||||||
endif
|
|
||||||
|
|
||||||
foreach f : FUZZER_EXECUTABLES
|
foreach f : FUZZER_EXECUTABLES
|
||||||
test(
|
test(
|
||||||
f.name(),
|
f.name(),
|
||||||
SUDO,
|
f,
|
||||||
args: [f],
|
|
||||||
is_parallel: false,
|
is_parallel: false,
|
||||||
priority: -1,
|
priority: -1,
|
||||||
suite: 'sudo-tests',
|
|
||||||
)
|
)
|
||||||
endforeach
|
endforeach
|
||||||
|
Loading…
x
Reference in New Issue
Block a user