Skip to content

Commit

Permalink
Make vague show err during tests clearer (#3568)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth authored Aug 8, 2023
1 parent af16bfa commit 1d057f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function isolate(fn::Function; loaded_depot=false, linked_reg=true)
try
Base.rm(target_depot; force=true, recursive=true)
catch err
@show err
println("warning: isolate failed to clean up depot.\n $err")
end
end
end
Expand Down

0 comments on commit 1d057f1

Please sign in to comment.