Skip to content

Commit

Permalink
Merge pull request #47607 from dotnet/dev/tmat/dumplogging64-1
Browse files Browse the repository at this point in the history
Add 64-bit xunit.console process
  • Loading branch information
sharwell authored Sep 11, 2020
2 parents 91e9498 + 80cf6c8 commit 63bea1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Tools/Source/RunTests/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ internal sealed partial class Program
private static readonly ImmutableHashSet<string> PrimaryProcessNames = ImmutableHashSet.Create(
StringComparer.OrdinalIgnoreCase,
"devenv",
"xunit.console",
"xunit.console.x86");

internal const int ExitSuccess = 0;
Expand Down

0 comments on commit 63bea1d

Please sign in to comment.