| commit | 586b031bd6dcd8a076a3278c5a67ddc007c727fe | [log] [tgz] |
|---|---|---|
| author | Yuexi Ma <yuexima@google.com> | Tue Oct 15 17:20:27 2024 -0700 |
| committer | Yuexi Ma <yuexima@google.com> | Fri Oct 18 18:14:05 2024 +0000 |
| tree | 1cf50f961de34b21d2ade2134e277e245e0e9303 | |
| parent | 24e3322650494de09f0c2d99d1771d769f07abcb [diff] |
Pipe input to integration test subprocess Currently when an atest command running in integration test stops at waiting for user input, it hangs there forever. This CL pipes the outout of 'yes' command to the stdin of the atest subprocess so that tests won't gets stuck waiting for user input. Test: python atest_dry_run_diff_tests Change-Id: Ib84599c09cd5c69f3daf89fa141ece76421b3306