aco/tests: Fix deadlock for too large test lists
The write() to the communication pipe shared with check_output.py would block for large test output streams since the pipe's consumer wouldn't be launched until the write already completed. Reviewed-by:Daniel Schürmann <daniel@schuermann.dev> Part-of: <mesa/mesa!7461>
Please register or sign in to comment