]> git.ipfire.org Git - thirdparty/systemd.git/commit
ci: skip root tty login 19669/head
authorFrantisek Sumsal <frantisek@sumsal.cz>
Wed, 19 May 2021 20:03:38 +0000 (22:03 +0200)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Wed, 19 May 2021 21:07:25 +0000 (23:07 +0200)
commit27b4d606780cef0d7259fb3e17362297f4033c43
tree070c75465b83b7a0b7987bf97182e838eb1d0a54
parent715a273b104c8cf58f9167e26ade5255c02e44a0
ci: skip root tty login

We use the `autologin` mkosi option (see
mkosi.default.d/10-systemd.conf), so the pexpect root login throws
a (harmless) error:

```
Arch Linux (built from systemd tree)
Kernel 5.4.0-1047-azure on an x86_64 (console)

image login: root (automatic login)

root
root
[root@image ~]# systemctl poweroff
root
-bash: root: command not found
[root@image ~]# systemctl poweroff
```
.github/workflows/test_mkosi_boot.py