lib/test-driver: don't swallow qemu stderr
This commit is contained in:
parent
482efa9a4b
commit
d9a37adc04
1 changed files with 0 additions and 1 deletions
|
@ -208,7 +208,6 @@ class StartCommand:
|
|||
),
|
||||
stdin=subprocess.PIPE,
|
||||
stdout=subprocess.PIPE,
|
||||
stderr=subprocess.STDOUT,
|
||||
shell=True,
|
||||
cwd=state_dir,
|
||||
env=self.build_environment(state_dir, shared_dir),
|
||||
|
|
Loading…
Reference in a new issue