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:
Philipp Schuster 2025-11-18 07:33:24 +01:00 committed by Bo Chen
parent d1680b9ff9
commit 35b91f76af

View file

@ -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,
},