mirror of
https://github.com/systemd/systemd.git
synced 2025-03-08 08:58:27 +03:00
test: skip TEST-21-DFUZZER without ASan
as the test is quite time consuming and it yields more useful reports when the target app is built with sanitizers.
This commit is contained in:
parent
354b3364aa
commit
d768243a95
@ -12,6 +12,11 @@ QEMU_TIMEOUT="${QEMU_TIMEOUT:-1800}"
|
||||
|
||||
command -v dfuzzer >/dev/null || exit 0
|
||||
|
||||
if ! get_bool "$IS_BUILT_WITH_ASAN"; then
|
||||
echo "systemd is built without ASan, skipping..."
|
||||
exit 0
|
||||
fi
|
||||
|
||||
test_append_files() {
|
||||
local workspace="${1:?}"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user