diff --git a/DifferentiationInterface/test/runtests.jl b/DifferentiationInterface/test/runtests.jl index 4a3dc32a2..43527d4b8 100644 --- a/DifferentiationInterface/test/runtests.jl +++ b/DifferentiationInterface/test/runtests.jl @@ -24,7 +24,7 @@ function subtest(category, folder) @testset "$file" for file in filter( endswith(".jl"), readdir(joinpath(@__DIR__, category, folder)) ) - @info "Testing category/$folder/$file" + @info "Testing $category/$folder/$file" include(joinpath(@__DIR__, category, folder, file)) end Pkg.activate(TEST_ENV)