Replace Run impl on Windows due to polling problems (#1)
GNAT.Expect.Poll is hanging for unknown reasons on Windows. -gnatP makes no difference. Manual polling using timeouts also doesn't read any output. Falling back to GNAT.OS_Lib.Spawn for the moment. This means that, on Windows, there cannot be user input to the process.
parent
103f0d19
Please register or sign in to comment