tests: Capture child process stdout/err in 'test_memory_mergeable'

Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
Bo Chen 2020-09-24 20:44:52 -07:00 committed by Sebastien Boeuf
parent 2441798fe4
commit 1d3c3bc6ec

View File

@ -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();