]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #105145 - Ayush1325:sequential-remote-server, r=Mark-Simulacrum
authorbors <bors@rust-lang.org>
Sat, 17 Dec 2022 20:47:14 +0000 (20:47 +0000)
committerbors <bors@rust-lang.org>
Sat, 17 Dec 2022 20:47:14 +0000 (20:47 +0000)
Add batch flag to remote-test-server

When using this flag, the stdout and stderr are sent in a single batch instead of being streamed. It also used `Command::output` instead of `Command::spawn`. This is useful for targets that might support std but not threading (Eg: UEFI).

Signed-off-by: Ayush Singh <ayushsingh1325@gmail.com>
1  2 
src/tools/remote-test-server/src/main.rs