projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0470f91
)
test: ignore missing coverage in TEST-82-SOFTREBOOT
author
Frantisek Sumsal
<frantisek@sumsal.cz>
Sat, 3 Jun 2023 07:49:04 +0000
(09:49 +0200)
committer
Frantisek 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
patch
|
blob
|
history
diff --git
a/test/TEST-82-SOFTREBOOT/test.sh
b/test/TEST-82-SOFTREBOOT/test.sh
index 9d88c94fb7ef86f95816810a04567f2974b099cc..101b25084269f7613e583ac0deedf7202bc79f71 100755
(executable)
--- a/
test/TEST-82-SOFTREBOOT/test.sh
+++ b/
test/TEST-82-SOFTREBOOT/test.sh
@@
-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"