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 8fc2d75 commit 61e0742Copy full SHA for 61e0742
test/runtests.jl
@@ -102,7 +102,9 @@ module PkgTestsInner
102
end
103
104
# Make sure that none of our tests have left temporary registries lying around
105
- @test isdir(joinpath(Base.DEPOT_PATH[1], "registries")) == original_depot_had_registries
+ if isdir(joinpath(Base.DEPOT_PATH[1], "registries")) != original_depot_had_registries
106
+ @warn "Test left temporary registries in depot" Base.DEPOT_PATH[1] original_depot_had_registries
107
+ end
108
109
110
if haskey(ENV, "CI")
0 commit comments