Skip to content

Commit

Permalink
[DEBUG] Show temp dirs. Use HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsiqueira committed May 24, 2024
1 parent b70fd6d commit ac4f194
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ template_options = Dict(
tmpdir1 = mktempdir()
tmpdir2 = mktempdir()

COPIERTemplate.generate(tmpdir1; data = template_options, vcs_ref = "main")
@show tmpdir1 tmpdir2

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__, "..")
Expand Down

0 comments on commit ac4f194

Please sign in to comment.