Files
rust/src/tools/remote-test-server
Ayush Singh 2bb6bd6546 Add batch flag to remote-test-server
When using this flag, the stdout and stderr is 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>
2022-12-12 01:21:46 +05:30
..
2022-12-12 01:21:46 +05:30
2021-09-20 22:21:42 -04:00