Skip to content

Commit

Permalink
Show lock preference
Browse files Browse the repository at this point in the history
  • Loading branch information
mkitti committed Nov 22, 2022
1 parent b45bfb7 commit 2e6daaf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ end

@info "libhdf5 v$(HDF5.API.h5_get_libversion())"

@info "preferences" HDF5.API.get_use_api_lock()

# To debug HDF5.jl tests, uncomment the next line
# ENV["JULIA_DEBUG"] = "Main"

@testset "HDF5.jl" begin
@testset verbose=true "HDF5.jl" begin
@debug "plain"
include("plain.jl")
@debug "api"
Expand Down

0 comments on commit 2e6daaf

Please sign in to comment.