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 6d17bf8 commit eb0d73cCopy full SHA for eb0d73c
tests/service/FscTests.fs
@@ -40,6 +40,7 @@ module FSharp.Compiler.Service.Tests.FscTests
40
use proc = Process.Start(psi)
41
let stdOut = proc.StandardOutput.ReadToEnd()
42
let stdErr = proc.StandardError.ReadToEnd()
43
+ while not proc.HasExited do ()
44
proc.ExitCode, stdOut, stdErr
45
46
member __.Verify(assemblyPath : string) =
0 commit comments