]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: ignore missing coverage in TEST-82-SOFTREBOOT
authorFrantisek Sumsal <frantisek@sumsal.cz>
Sat, 3 Jun 2023 07:49:04 +0000 (09:49 +0200)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Sat, 3 Jun 2023 14:30:46 +0000 (16:30 +0200)
As we temporarily mount rootfs read-only there.

test/TEST-82-SOFTREBOOT/test.sh

index 9d88c94fb7ef86f95816810a04567f2974b099cc..101b25084269f7613e583ac0deedf7202bc79f71 100755 (executable)
@@ -3,6 +3,8 @@
 set -e
 
 TEST_DESCRIPTION="Test Soft-Rebooting"
+# We temporarily remount rootfs read-only, so ignore any missing coverage
+IGNORE_MISSING_COVERAGE=yes
 
 # shellcheck source=test/test-functions
 . "$TEST_BASE_DIR/test-functions"