tests: prevent broken terminal after running cargo test -p vmm
Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de> On-behalf-of: SAP philipp.schuster@sap.com
This commit is contained in:
parent
d1680b9ff9
commit
35b91f76af
1 changed files with 2 additions and 1 deletions
|
|
@ -2401,7 +2401,8 @@ mod unit_tests {
|
|||
},
|
||||
console: ConsoleConfig {
|
||||
file: None,
|
||||
mode: ConsoleOutputMode::Tty,
|
||||
// Caution: Don't use `Tty` to not mess with users terminal
|
||||
mode: ConsoleOutputMode::Off,
|
||||
iommu: false,
|
||||
socket: None,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue