]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: ignore missing coverage in TEST-02 23000/head
authorFrantisek Sumsal <frantisek@sumsal.cz>
Thu, 7 Apr 2022 10:45:13 +0000 (12:45 +0200)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Thu, 7 Apr 2022 10:45:13 +0000 (12:45 +0200)
commit1b2e3b8bffce0df580a9c8228cb39b823547bf11
tree903a8d37d0992f25db240669c66b9559bdbefc34
parentc6552ad381003a23cde7c3228e7071f30465df35
test: ignore missing coverage in TEST-02

Since c6552ad we now try to collect coverage even in situations where
it's basically impossible (like in test-mount-util where the whole / is
mounted as read-only). As dealing with this is not worth the trouble,
let's ignore the missing coverage errors thrown by gcov in such cases.
test/TEST-02-UNITTESTS/test.sh
test/test-functions