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 8f3551f commit c35908fCopy full SHA for c35908f
test/relocatedepot.jl
@@ -62,7 +62,7 @@ if !test_relocated_depot
62
pkg = Base.identify_package(pkgname)
63
cachefiles = Base.find_all_in_cache_path(pkg)
64
rm.(cachefiles, force=true)
65
- rm(joinpath(@__DIR__, pkgname, "src", "bardir"))
+ rm(joinpath(@__DIR__, pkgname, "src", "bardir"), force=true, recursive=true)
66
@test Base.isprecompiled(pkg) == false
67
touch(joinpath(@__DIR__, pkgname, "src", "bar.txt"))
68
mkdir(joinpath(@__DIR__, pkgname, "src", "bardir"))
0 commit comments