diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-06-02 10:59:09 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-06-02 19:15:21 +0200 |
commit | da3c6fc55363af2163b4d2613c9951bdaea24810 (patch) | |
tree | 51ef46a0f282ba950cfe8efd86e70930803aa1b8 /test/units/end.sh | |
parent | TEST-16-EXTEND-TIMEOUT: Convert to oneshot service (diff) | |
download | systemd-da3c6fc55363af2163b4d2613c9951bdaea24810.tar.xz systemd-da3c6fc55363af2163b4d2613c9951bdaea24810.zip |
test: Run end.sh when running integration tests with mkosi
Diffstat (limited to '')
-rwxr-xr-x | test/units/end.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/units/end.sh b/test/units/end.sh index cc1d7ee11e..a18c9473ea 100755 --- a/test/units/end.sh +++ b/test/units/end.sh @@ -13,5 +13,4 @@ set -o pipefail (! journalctl -q -o short-monotonic --grep "[F]ailed to parse serialized line" >>/failed) (! journalctl -q -o short-monotonic --grep "[F]ailed to (de)?serialize \w+" >>/failed) -systemctl poweroff --no-block exit 0 |