]> git.ipfire.org Git - thirdparty/systemd.git/commit
tests: skip the rest of test_mnt_id after getting any error
authorEvegeny Vereshchagin <evvers@ya.ru>
Fri, 9 Mar 2018 00:44:57 +0000 (00:44 +0000)
committerEvegeny Vereshchagin <evvers@ya.ru>
Fri, 9 Mar 2018 14:39:11 +0000 (14:39 +0000)
commit112cc3b5b2f61475afed6b082e917001710470bf
treeee48792490cb2833bf5b43430701e53f84d6ecfb
parent586fb20fd192d9f9cd2a850f50f67ccd797b6931
tests: skip the rest of test_mnt_id after getting any error

This mainly gets around a kernel bug making it possible to
have non-existent paths in /proc/self/mountinfo, but it should also
prevent flaky failures that can happen if something changes immediately
after or during reading /proc/self/mountinfo.

Closes https://github.com/systemd/systemd/issues/8286.
src/test/test-mount-util.c