Merge pull request #177461 from leungbk/mypy-terminal-emulator
tests/terminal-emulators: comply with mypy typecheck
This commit is contained in:
commit
5f2eb57725
1 changed files with 1 additions and 0 deletions
|
@ -197,6 +197,7 @@ in mapAttrs (name: { pkg, executable ? name, cmd ? "SHELL=$command ${executable}
|
|||
|
||||
with subtest("have the terminal display a colour"):
|
||||
# We run this command in the background
|
||||
assert machine.shell is not None
|
||||
machine.shell.send(b"(run-in-this-term display-colour |& systemd-cat -t terminal) &\n")
|
||||
|
||||
with machine.nested("Waiting for the screen to have pink on it:"):
|
||||
|
|
Loading…
Reference in a new issue