From 85cce734c975e40e180ae471b61be5a4cc328c58 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Mon, 20 Feb 2023 10:50:06 +0100 Subject: 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). --- test/TEST-78-SIGQUEUE/test.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/TEST-78-SIGQUEUE/test.sh b/test/TEST-78-SIGQUEUE/test.sh index 61e8e7d1c4..80ce7926ab 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" -- cgit v1.2.3