From 80be8f66e98bd988ca32592cfc2d6bbf99cc5576 Mon Sep 17 00:00:00 2001 From: Kristoffer Date: Tue, 19 Nov 2024 15:49:01 +0100 Subject: [PATCH] print some debugging --- test/choosetests.jl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/choosetests.jl b/test/choosetests.jl index ed441131f061fc..5b5131d135599a 100644 --- a/test/choosetests.jl +++ b/test/choosetests.jl @@ -47,8 +47,12 @@ const NETWORK_REQUIRED_LIST = vcat(INTERNET_REQUIRED_LIST, ["Sockets"]) function test_path(test) t = split(test, '/') + @show DEPOT_PATH + @show LOAD_PATH + @show Base.load_path() if t[1] in STDLIBS pkgdir = abspath(Base.find_package(String(t[1])), "..", "..") + @show pkgdir if length(t) == 2 return joinpath(pkgdir, "test", t[2]) else