[latex3-commits] [git/LaTeX3-latex3-l3build] master: Copy right file (9029ec6)
Joseph Wright
joseph.wright at morningstar2.co.uk
Thu Jun 4 20:10:43 CEST 2020
Repository : https://github.com/latex3/l3build
On branch : master
Link : https://github.com/latex3/l3build/commit/9029ec6ed6215f989d6dabbfd1fb596b4491c9a3
>---------------------------------------------------------------
commit 9029ec6ed6215f989d6dabbfd1fb596b4491c9a3
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Thu Jun 4 19:10:43 2020 +0100
Copy right file
>---------------------------------------------------------------
9029ec6ed6215f989d6dabbfd1fb596b4491c9a3
l3build-check.lua | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/l3build-check.lua b/l3build-check.lua
index d80bb25..ff022c6 100644
--- a/l3build-check.lua
+++ b/l3build-check.lua
@@ -793,7 +793,8 @@ function runtest(name, engine, hide, ext, pdfmode, breakout)
dvitopdf(name, testdir, engine, hide)
end
if pdfmode then
- cp(name .. "." .. engine .. pdfext,testdir,resultdir)
+ cp(name .. pdfext,testdir,resultdir)
+ ren(resultdir,name .. pdfext,name .. "." .. engine .. pdfext)
rewrite(pdffile,npffile,normalize_pdf)
else
rewrite(logfile,newfile,normalize_log,engine,errlevels)
More information about the latex3-commits
mailing list.