Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed test scripts platform conditions #157

Merged
merged 1 commit into from
Nov 25, 2019
Merged

Removed test scripts platform conditions #157

merged 1 commit into from
Nov 25, 2019

Conversation

ivdiazsa
Copy link
Member

Under coreclr/tests/src/CLRTest.Execute.targets, there were a couple conditionals that checked whether the current platform was any Windows flavor. If so, then a .cmd wrapper script was generated for the tests. Otherwise, a .sh one was created instead.

As the first step in the upcoming test build optimizations and include/exclude filters, we require that both wrappers are generated, so this commit removes the conditionals to always have both wrappers, regardless of platform or test restrictions.

Copy link
Member

@trylek trylek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks and apologies for the delay!

@ivdiazsa ivdiazsa merged commit 52f7c88 into dotnet:master Nov 25, 2019
@ivdiazsa ivdiazsa deleted the parallel-test-builds branch November 25, 2019 21:32
@karelz karelz added this to the 5.0.0 milestone Aug 18, 2020
MichalStrehovsky pushed a commit to MichalStrehovsky/runtime that referenced this pull request Nov 10, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Infrastructure-coreclr test-enhancement Improvements of test source code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants