Skip to content

Commit c757e9c

Browse files
debug relocatedepot re-precompilation
1 parent a624a49 commit c757e9c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/relocatedepot.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ function test_harness(@nospecialize(fn); empty_load_path=true, empty_depot_path=
1313
try
1414
empty_load_path && empty!(LOAD_PATH)
1515
empty_depot_path && empty!(DEPOT_PATH)
16-
fn()
16+
withenv("JULIA_DEBUG" => "loading") do
17+
fn()
18+
end
1719
finally
1820
copy!(LOAD_PATH, load_path)
1921
copy!(DEPOT_PATH, depot_path)

0 commit comments

Comments
 (0)