diff --git a/Project.toml b/Project.toml index 154d60b..cd1bc68 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorPkgSkeleton" uuid = "3d388ab1-018a-49f4-ae50-18094d5f71ea" -version = "0.3.44" +version = "0.3.45" authors = ["ITensor developers and contributors"] [workspace] diff --git a/src/ITensorPkgSkeleton.jl b/src/ITensorPkgSkeleton.jl index cfbef66..2f2e43d 100644 --- a/src/ITensorPkgSkeleton.jl +++ b/src/ITensorPkgSkeleton.jl @@ -183,9 +183,7 @@ function runtests(; testdir::AbstractString, args = ARGS, env = ENV) for file in filter(_isexamplefile, files) filename = joinpath(root, file) redirect_stdout(devnull) do - redirect_stderr(devnull) do - return _run_isolated_testfile(filename; label = file) - end + return _run_isolated_testfile(filename; label = file) end end end