We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14e80a6 commit 2fd09e7Copy full SHA for 2fd09e7
1 file changed
test/runtests.jl
@@ -12,10 +12,12 @@ end
12
13
@info "libhdf5 v$(HDF5.API.h5_get_libversion())"
14
15
+@info "preferences" HDF5.API.get_use_api_lock()
16
+
17
# To debug HDF5.jl tests, uncomment the next line
18
# ENV["JULIA_DEBUG"] = "Main"
19
-@testset "HDF5.jl" begin
20
+@testset verbose=true "HDF5.jl" begin
21
@debug "plain"
22
include("plain.jl")
23
@debug "api"
0 commit comments