Skip to content

Commit 7cc9156

Browse files
authored
Fix retry loop around Process.Kill (#102962)
1 parent cb71b60 commit 7cc9156

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tests/Common/Coreclr.TestWrapper/CoreclrTestWrapperLib.cs

+1
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ static bool CollectCrashDumpWithCreateDump(Process process, string crashDumpPath
311311
try
312312
{
313313
createdump.Kill(entireProcessTree: true);
314+
break;
314315
}
315316
catch (Exception e)
316317
{

0 commit comments

Comments
 (0)