Merge pull request #2802 from BrzVlad/feature-evacuation-opt2
[mono.git] / mono / tests / test-runner.cs
index ae52220e335db404bdfe5ff59d2c6d0aa701d702..95011edf2c9c2d6d200ad577696870a5813372f0 100644 (file)
@@ -261,7 +261,10 @@ public class TestRunner
 
                                                output.Write ("timed out");
 
-                                               p.Kill ();
+                                               try {
+                                                       p.Kill ();
+                                               } catch {
+                                               }
                                        } else if (p.ExitCode != expectedExitCode) {
                                                var end = DateTime.UtcNow;