Skip to content

Commit 2e6daaf

Browse files
committed
Show lock preference
1 parent b45bfb7 commit 2e6daaf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/runtests.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ end
1212

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

15+
@info "preferences" HDF5.API.get_use_api_lock()
16+
1517
# To debug HDF5.jl tests, uncomment the next line
1618
# ENV["JULIA_DEBUG"] = "Main"
1719

18-
@testset "HDF5.jl" begin
20+
@testset verbose=true "HDF5.jl" begin
1921
@debug "plain"
2022
include("plain.jl")
2123
@debug "api"

0 commit comments

Comments
 (0)