From: Frantisek Sumsal Date: Sun, 19 Jun 2022 08:39:12 +0000 (+0200) Subject: test: skip TEST-21-DFUZZER without ASan X-Git-Tag: v252-rc1~793^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F22547%2Fhead;p=thirdparty%2Fsystemd.git 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. --- diff --git a/test/TEST-21-DFUZZER/test.sh b/test/TEST-21-DFUZZER/test.sh index ecc04e368cd..42e37c8a9c9 100755 --- a/test/TEST-21-DFUZZER/test.sh +++ b/test/TEST-21-DFUZZER/test.sh @@ -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:?}"