From: Frantisek Sumsal Date: Tue, 21 Jun 2022 08:01:30 +0000 (+0200) Subject: test: always force a new image for dfuzzer X-Git-Tag: v252-rc1~788^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5dffa6b032168305213e4fb0d72fb02363acfd65;p=thirdparty%2Fsystemd.git test: always force a new image for dfuzzer Otherwise we might end up with an image containing broken service symlinks and other things, which break certain parts of the test. --- diff --git a/test/TEST-21-DFUZZER/test.sh b/test/TEST-21-DFUZZER/test.sh index 42e37c8a9c9..7669e4e0ad3 100755 --- a/test/TEST-21-DFUZZER/test.sh +++ b/test/TEST-21-DFUZZER/test.sh @@ -6,6 +6,8 @@ TEST_DESCRIPTION="Fuzz our D-Bus interfaces with dfuzzer" TEST_NO_NSPAWN=1 TEST_SUPPORTING_SERVICES_SHOULD_BE_MASKED=0 QEMU_TIMEOUT="${QEMU_TIMEOUT:-1800}" +IMAGE_NAME=dfuzzer +TEST_FORCE_NEWIMAGE=1 # shellcheck source=test/test-functions . "${TEST_BASE_DIR:?}/test-functions"