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).
This commit is contained in:
Frantisek Sumsal 2023-02-20 10:50:06 +01:00
parent 27c814666f
commit 85cce734c9

View file

@ -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"