diff --git a/test/runtests.jl b/test/runtests.jl index b0d44fce..930f5824 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -29,9 +29,12 @@ template_options = Dict( @testset "Compare folder generated by this call vs direct copier" begin mktempdir() do tmpdir1 mktempdir() do tmpdir2 + @info "Debugging information" @show tmpdir1 tmpdir2 @show pwd() @show @__DIR__ + @info "git status" + run(`git status`) template_path = joinpath(@__DIR__, "..")