mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
tests: Capture child process stdout/err in 'test_memory_mergeable'
Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
parent
2441798fe4
commit
1d3c3bc6ec
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user