diff --git a/test/runtests.jl b/test/runtests.jl index 01d00d5b..732a2a51 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -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__, "..")