Skip to content

Commit

Permalink
[DEBUG] Show more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsiqueira committed May 24, 2024
1 parent ac4f194 commit 46ec6df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,15 @@ template_options = Dict(
tmpdir2 = mktempdir()

@show tmpdir1 tmpdir2
@show template_path
@show pwd()
@show @__DIR__

COPIERTemplate.generate(tmpdir1; data = template_options, vcs_ref = "HEAD")
bash_args = vcat([["-d"; "$k=$v"] for (k, v) in template_options]...)
ignore(line) = startswith("_commit")(line) || startswith("_src_path")(line)
template_path = joinpath(@__DIR__, "..")

run(`copier copy --vcs-ref HEAD $bash_args $template_path $tmpdir2`)
for (root, dirs, files) in walkdir(tmpdir1)
for file in files
Expand Down

0 comments on commit 46ec6df

Please sign in to comment.