From 80cf6c8e032ac8b5dfa3f64f83bfcc5cdc984599 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Matou=C5=A1ek?= Date: Thu, 10 Sep 2020 16:31:47 -0700 Subject: [PATCH] Add 64-bit xunit.console process --- src/Tools/Source/RunTests/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Tools/Source/RunTests/Program.cs b/src/Tools/Source/RunTests/Program.cs index 9d763b86154..e2ad25cee4f 100644 --- a/src/Tools/Source/RunTests/Program.cs +++ b/src/Tools/Source/RunTests/Program.cs @@ -21,6 +21,7 @@ internal sealed partial class Program private static readonly ImmutableHashSet PrimaryProcessNames = ImmutableHashSet.Create( StringComparer.OrdinalIgnoreCase, "devenv", + "xunit.console", "xunit.console.x86"); internal const int ExitSuccess = 0; -- GitLab