Skip to content

Commit 5ddb0bb

Browse files
authored
Merge branch 'main' into feat/unified_options_table
2 parents 1ff83ca + 1cb733b commit 5ddb0bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_tests.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ module TestDiscovery =
239239
do
240240
Console.WriteLine($"spawned test process with pid: {pid}")
241241
use pidWriter = new StreamWriter(pidFile, append = false)
242-
pidWriter.WriteLine(pid)
242+
pidWriter.Write(pid)
243243

244244
while not (cts.Token.IsCancellationRequested || File.Exists(attachedFile)) do
245245
()

0 commit comments

Comments
 (0)