Skip to content

Normalize values for ROSLYN_TEST_* in TestRunner#60196

Merged
cston merged 2 commits intodotnet:mainfrom
cston:TestRunner
Mar 17, 2022
Merged

Normalize values for ROSLYN_TEST_* in TestRunner#60196
cston merged 2 commits intodotnet:mainfrom
cston:TestRunner

Conversation

@cston
Copy link
Copy Markdown
Contributor

@cston cston commented Mar 16, 2022

Use fixed values for ROSLYN_TEST_* variables.

@ghost ghost added the Area-Compilers label Mar 16, 2022
@cston cston force-pushed the TestRunner branch 2 times, most recently from 32153fe to 7e564a0 Compare March 16, 2022 20:39
@cston cston requested review from jaredpar and jcouv March 16, 2022 20:40
@cston cston marked this pull request as ready for review March 16, 2022 20:40
@cston cston requested a review from a team as a code owner March 16, 2022 20:40
@jcouv jcouv self-assigned this Mar 16, 2022
Copy link
Copy Markdown
Member

@jcouv jcouv 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 (iteration 1)

Comment on lines +173 to +174
if (Environment.GetEnvironmentVariable(knownEnvironmentVariable) is string iop &&
string.Equals(iop, "true", StringComparison.OrdinalIgnoreCase))
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
if (Environment.GetEnvironmentVariable(knownEnvironmentVariable) is string iop &&
string.Equals(iop, "true", StringComparison.OrdinalIgnoreCase))
if (Environment.GetEnvironmentVariable(knownEnvironmentVariable) is "true")

@cston cston merged commit 0e215f1 into dotnet:main Mar 17, 2022
@cston cston deleted the TestRunner branch March 17, 2022 05:20
@ghost ghost added this to the Next milestone Mar 17, 2022
@allisonchou allisonchou modified the milestones: Next, 17.2.P3 Mar 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants