]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: always force a new image for dfuzzer
authorFrantisek Sumsal <frantisek@sumsal.cz>
Tue, 21 Jun 2022 08:01:30 +0000 (10:01 +0200)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Tue, 21 Jun 2022 08:01:30 +0000 (10:01 +0200)
Otherwise we might end up with an image containing broken service
symlinks and other things, which break certain parts of the test.

test/TEST-21-DFUZZER/test.sh

index 42e37c8a9c968994382ae036ff77fd97098f3c4b..7669e4e0ad3b1708d801bb51707ffa3e8b5bca47 100755 (executable)
@@ -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"