mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
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:
committed by
Bo Chen
parent
d1680b9ff9
commit
35b91f76af
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user