summaryrefslogtreecommitdiffstats
path: root/test/TEST-82-SOFTREBOOT
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2023-06-03 09:49:04 +0200
committerFrantisek Sumsal <frantisek@sumsal.cz>2023-06-03 16:30:46 +0200
commit686da1c095344b31f3c0a118530c343b1f4c6917 (patch)
tree9f9da95209e58107849baa5766808d3d1f6330cd /test/TEST-82-SOFTREBOOT
parentsysupdate.d: Add way to drop binaries into $BOOT (diff)
downloadsystemd-686da1c095344b31f3c0a118530c343b1f4c6917.tar.xz
systemd-686da1c095344b31f3c0a118530c343b1f4c6917.zip
test: ignore missing coverage in TEST-82-SOFTREBOOT
As we temporarily mount rootfs read-only there.
Diffstat (limited to 'test/TEST-82-SOFTREBOOT')
-rwxr-xr-xtest/TEST-82-SOFTREBOOT/test.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/TEST-82-SOFTREBOOT/test.sh b/test/TEST-82-SOFTREBOOT/test.sh
index 9d88c94fb7..101b250842 100755
--- a/test/TEST-82-SOFTREBOOT/test.sh
+++ b/test/TEST-82-SOFTREBOOT/test.sh
@@ -3,6 +3,8 @@
set -e
TEST_DESCRIPTION="Test Soft-Rebooting"
+# We temporarily remount rootfs read-only, so ignore any missing coverage
+IGNORE_MISSING_COVERAGE=yes
# shellcheck source=test/test-functions
. "$TEST_BASE_DIR/test-functions"