Skip to content

Commit

Permalink
[DEBUG] git status to see what is dirty
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsiqueira committed May 24, 2024
1 parent 48dc289 commit 37cee36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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__, "..")

Expand Down

0 comments on commit 37cee36

Please sign in to comment.