[latex3-commits] [git/l3build] master: testfiledir should be relative to something (1470865)

Joseph Wright joseph.wright at morningstar2.co.uk
Mon Dec 11 13:52:34 CET 2017


Repository : https://github.com/latex3/l3build
On branch  : master
Link       : https://github.com/latex3/l3build/commit/1470865e063db11ce98300a72d743f6733ca6e5a

>---------------------------------------------------------------

commit 1470865e063db11ce98300a72d743f6733ca6e5a
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Dec 8 07:53:23 2017 +0000

    testfiledir should be relative to something
    
    Start with maindir, move shortly ...


>---------------------------------------------------------------

1470865e063db11ce98300a72d743f6733ca6e5a
 l3build.lua |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3build.lua b/l3build.lua
index 8021209..17d5b96 100644
--- a/l3build.lua
+++ b/l3build.lua
@@ -66,7 +66,7 @@ maindir = maindir or "."
 -- Substructure for file locations
 docfiledir  = docfiledir  or maindir
 supportdir  = supportdir  or maindir .. "/support"
-testfiledir = testfiledir or "testfiles"
+testfiledir = testfiledir or maindir .. "/testfiles"
 testsuppdir = testsuppdir or testfiledir .. "/support"
 
 -- Structure within a development area





More information about the latex3-commits mailing list