Skip to content

Commit

Permalink
Printing
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed Jul 16, 2024
1 parent e3bb61f commit e403c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DifferentiationInterface/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e403c91

Please sign in to comment.