mirror of
https://github.com/systemd/systemd.git
synced 2025-03-08 08:58:27 +03:00
Merge pull request #27907 from mrc0mmand/quick-test-tweaks
test: a couple of tweaks for recent CI fails
This commit is contained in:
commit
c507c81ee7
@ -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"
|
||||
|
@ -29,5 +29,4 @@ systemd-cgtop -p -t -c -m -i
|
||||
(! systemd-cgtop --order=foo)
|
||||
(! systemd-cgtop --depth=-1)
|
||||
(! systemd-cgtop --recursive=foo)
|
||||
(! systemd-cgtop --recursive=no)
|
||||
(! systemd-cgtop --delay=1foo)
|
||||
|
Loading…
x
Reference in New Issue
Block a user