mirror of
https://github.com/systemd/systemd.git
synced 2024-12-26 03:22:00 +03:00
test: add another regression test
For #27187, which should be also caused by #26956.
This commit is contained in:
parent
1538136911
commit
32cc2cfac9
@ -35,4 +35,10 @@ fi
|
||||
systemctl --state=failed --no-legend --no-pager | tee /failed
|
||||
systemctl daemon-reload
|
||||
|
||||
# Check that the early setup is actually skipped on reexec.
|
||||
# If the early setup is done more than once, then several timestamps,
|
||||
# e.g. SecurityStartTimestamp, are re-initialized, and causes an ABRT
|
||||
# of systemd-analyze blame. See issue #27187.
|
||||
systemd-analyze blame
|
||||
|
||||
echo OK >/testok
|
||||
|
Loading…
Reference in New Issue
Block a user