diff --git a/test/runtests.jl b/test/runtests.jl index 732a2a51..d9bab62d 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -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