[Fuchsia] Don't close qemu stderr
After https://crrev.com/580342 fuchsia runner scripts redirects system log to serial port and captures if from qemu stdout. It also closes the stdout stream after the system is booted. In some cases this causes qemu die later. With this change the stdout pipe is redirected to /dev/null instead of being closed. Change-Id: I37bcc744d4ca0cb72ac1dffd3d436c3675c951eb Reviewed-on: https://chromium-review.googlesource.com/1162864 Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#580728}
Showing
Please register or sign in to comment