[latex3-commits] [l3svn] 01/02: l3build: Copt .tlg file from testfiledir or unpackdir
noreply at latex-project.org
noreply at latex-project.org
Sun May 22 17:31:45 CEST 2016
This is an automated email from the git hooks/post-receive script.
joseph pushed a commit to branch master
in repository l3svn.
commit f70b8b6d59eb1828479958cc674036cfb15d6703
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sun May 22 13:20:22 2016 +0100
l3build: Copt .tlg file from testfiledir or unpackdir
The old version didn't account for the fact locate() is used here.
---
l3build/l3build.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index c94b4ce..235bfc7 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -1094,7 +1094,7 @@ function runcheck(name, hide)
{testname .. ttoext, name .. ttoext}
)
if tlgfile then
- cp(name .. tlgext, testfiledir, testdir)
+ cp(tlgfile, ".", testdir)
if optpdf and ttofile then
cp(name .. ttoext, testfiledir, testdir)
end
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list