Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle
SIGWINCH
under bazel run //some:test
(i.e. test rules) cor…
…rectly. Previously, after two window resize events we would stop waiting for the child process. `wait` is interrupted by any trapped signal (and we trap all signals), so we need to call it in a loop until the child really exited. Fixes bazelbuild#17215 Closes bazelbuild#17301. PiperOrigin-RevId: 514395755 Change-Id: Ifb763a55d53f230cde8b1ca77761d94ea6e43e1f
- Loading branch information