-
Notifications
You must be signed in to change notification settings - Fork 4.9k
revert part of #24098. do not use shell to find KDestroyCmd. #24682
Conversation
@dotnet-bot test this please |
PlatformDetection.IsOpenSUSE || | ||
PlatformDetection.IsFedora || | ||
PlatformDetection.IsDebian || | ||
PlatformDetection.IsCentos7); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is no longer necessary?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure @stephentoub I was hoping that dotnet-bot would tell me. Since all this was introduced at the same time, I'm assuming that root cause is same e.g. we broke process.Start with shell flag.
fixes #24000 All Linux platforms passed tests. |
Did you run Outerloop? |
Is there some easy way to tell? The stats show: Pass: 4,170,536 Skip: 14,646 @dotnet-bot test outerloop netcoreapp RedHat.73.Amd64 |
It runs (re-runs) all of the legs associated with a PR by default. That does not include any outerloop runs. |
@dotnet-bot test Outerloop Linux x64 Debug Build please |
Thanks @wfurt |
…Cmd. (dotnet/corefx#24682) Commit migrated from dotnet/corefx@f757a32
@dotnet-bot test outerloop netcoreapp Ubuntu17.10 Release
@dotnet-bot test outerloop netcoreapp Ubuntu17.04 Release
@dotnet-bot test outerloop netcoreapp Centos7 Release