We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab5d6cf commit 22576eeCopy full SHA for 22576ee
test/runtests.jl
@@ -8,7 +8,6 @@ ENV["JULIA_DEBUG"] = "PackageCompiler"
8
# Make a new depot
9
new_depot = mktempdir()
10
mkpath(joinpath(new_depot, "registries"))
11
-cp(joinpath(DEPOT_PATH[1], "registries", "General"), joinpath(new_depot, "registries", "General"))
12
ENV["JULIA_DEPOT_PATH"] = new_depot
13
Base.init_depot_path()
14
0 commit comments