From 1d3c3bc6ec0958c7b44be3cb6a5e9b8eed4ad06b Mon Sep 17 00:00:00 2001 From: Bo Chen Date: Thu, 24 Sep 2020 20:44:52 -0700 Subject: [PATCH] tests: Capture child process stdout/err in 'test_memory_mergeable' Signed-off-by: Bo Chen --- tests/integration.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration.rs b/tests/integration.rs index d2dc051a9..33c294408 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -2012,6 +2012,7 @@ mod tests { .default_disks() .args(&["--net", guest1.default_net_string().as_str()]) .args(&["--serial", "tty", "--console", "off"]) + .capture_output() .spawn() .unwrap();