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:
Frantisek Sumsal 2022-06-19 10:39:12 +02:00
parent 354b3364aa
commit d768243a95

View file

@ -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:?}"