lib/test-driver: don't swallow qemu stderr

This commit is contained in:
K900 2024-02-26 11:25:32 +03:00
parent 482efa9a4b
commit d9a37adc04

View file

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