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

Move test RSP to artifacts directory #64124

Merged
merged 1 commit into from
Sep 19, 2022
Merged

Move test RSP to artifacts directory #64124

merged 1 commit into from
Sep 19, 2022

Conversation

jaredpar
Copy link
Member

This moves our generated vstest RSP files into the tmp folder under artifacts. Previously they were being dropped into the root which was causing them to show up in git status calls.

closes #63779

This moves our generated vstest RSP files into the tmp folder under
artifacts. Previously they were being dropped into the root which was
causing them to show up in `git status` calls.

closes dotnet#63779
@jaredpar jaredpar requested a review from a team as a code owner September 19, 2022 19:10
@jaredpar
Copy link
Member Author

@dotnet/roslyn-infrastructure PTAL

Copy link
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)

@genlu genlu changed the title Move test RPS to artifacts directory Move test RSP to artifacts directory Sep 19, 2022
@jaredpar jaredpar enabled auto-merge (squash) September 19, 2022 19:14
string getRspDirectory()
{
// There is no artifacts directory on Helix, just use the current directory
if (options.UseHelix)
Copy link
Member

Choose a reason for hiding this comment

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

RunTestAsyncInternal should never get called with options.UseHelix, so not necessary.

@jaredpar jaredpar merged commit 2302513 into dotnet:main Sep 19, 2022
@ghost ghost added this to the Next milestone Sep 19, 2022
@Cosifne Cosifne modified the milestones: Next, 17.4 P3 Sep 26, 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.

RunTests should not write response files to repo root
6 participants