We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd80019 commit 409f4c4Copy full SHA for 409f4c4
source/tester/tester-tests.adb
@@ -404,6 +404,8 @@ package body Tester.Tests is
404
Listener.Process.Set_Program (Cmd);
405
Listener.Process.Set_Arguments (Args);
406
Listener.Process.Start;
407
+ Listener.Process.Close_Standard_Output;
408
+ Listener.Process.Close_Standard_Error;
409
410
loop
411
Spawn.Processes.Monitor_Loop (Timeout => 10);
0 commit comments