mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
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:
parent
27c814666f
commit
85cce734c9
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user