Skip to content

Commit

Permalink
print some debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed Nov 19, 2024
1 parent f182f59 commit 80be8f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/choosetests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 80be8f6

Please sign in to comment.