From: Frantisek Sumsal Date: Sat, 3 Jun 2023 07:49:04 +0000 (+0200) Subject: test: ignore missing coverage in TEST-82-SOFTREBOOT X-Git-Tag: v254-rc1~292^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=686da1c095344b31f3c0a118530c343b1f4c6917;p=thirdparty%2Fsystemd.git test: ignore missing coverage in TEST-82-SOFTREBOOT As we temporarily mount rootfs read-only there. --- diff --git a/test/TEST-82-SOFTREBOOT/test.sh b/test/TEST-82-SOFTREBOOT/test.sh index 9d88c94fb7e..101b2508426 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"