From: Frantisek Sumsal Date: Mon, 20 Feb 2023 09:50:06 +0000 (+0100) Subject: test: ignore missing coverage in TEST-78 X-Git-Tag: v254-rc1~1226^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=85cce734c975e40e180ae471b61be5a4cc328c58;p=thirdparty%2Fsystemd.git test: ignore missing coverage in TEST-78 gcov is incompatible with DynamicUser=true without additional tweaks, so let's ignore its complaints in this test, as working around it is not worth it (in this case). --- diff --git a/test/TEST-78-SIGQUEUE/test.sh b/test/TEST-78-SIGQUEUE/test.sh index 61e8e7d1c42..80ce7926ab1 100755 --- a/test/TEST-78-SIGQUEUE/test.sh +++ b/test/TEST-78-SIGQUEUE/test.sh @@ -3,6 +3,8 @@ set -e TEST_DESCRIPTION="Test queue signal logic" +# Ignore gcov complaints caused by DynamicUser=true +IGNORE_MISSING_COVERAGE=yes # shellcheck source=test/test-functions . "$TEST_BASE_DIR/test-functions"