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

Look in current directory for resources directory too #28669

Closed
wants to merge 1 commit into from

Conversation

5225225
Copy link

@5225225 5225225 commented Jan 9, 2022

This change scans for the resources directory both from the env::current_exe() directory, as well as the current directory, so if your exe is outside of the servo repo, it can still be found.


  • ./mach build -d does not report any errors
  • ./mach test-tidy does not report any errors
  • These changes fix #___ (GitHub issue number if applicable)
  • There are tests for these changes OR
  • These changes do not require tests because ___

@5225225
Copy link
Author

5225225 commented Jan 9, 2022

I had a quick look around, and couldn't see any tests that would have called this. Unclear to me exactly how you'd test this.

@5225225 5225225 closed this May 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant