test: logwrite requires /dev/console

Signed-off-by: David Scott <dave@recoil.org>
This commit is contained in:
David Scott 2021-10-18 17:07:36 +01:00
parent 5a12600412
commit bdb1c13473

View File

@ -21,6 +21,12 @@ services:
- /check.sh:/check.sh
- /dev/console:/dev/console
- /var/log:/var/log
devices:
- path: "/dev/console"
type: c
major: 5
minor: 1
mode: "0666"
command: ["sh", "./check.sh"]
pid: host
capabilities: