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

fix REPL test if a "juliadev" directory exists in home #56218

Merged
merged 2 commits into from
Oct 23, 2024

Conversation

nhz2
Copy link
Contributor

@nhz2 nhz2 commented Oct 17, 2024

I made a "juliadev" directory in my home directory locally. This made the REPL tests fail because the tests assumed there was no directory starting with "julia" in the home directory.

I am changing "julia" to a randomly generated string "ka8w5rsz" to fix this.

@nhz2 nhz2 added test This change adds or pertains to unit tests REPL Julia's REPL (Read Eval Print Loop) labels Oct 17, 2024
@IanButterworth IanButterworth added the merge me PR is reviewed. Merge when all tests are passing label Oct 23, 2024
@IanButterworth IanButterworth merged commit 0a6277d into JuliaLang:master Oct 23, 2024
5 of 8 checks passed
@nhz2 nhz2 deleted the nz/fix-local-repl-tests branch October 23, 2024 23:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge me PR is reviewed. Merge when all tests are passing REPL Julia's REPL (Read Eval Print Loop) test This change adds or pertains to unit tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants