[latex3-commits] [git/l3build] sourcedir: testfiledir should be relative to something (404e5c3)

Joseph Wright joseph.wright at morningstar2.co.uk
Fri Dec 8 09:03:04 CET 2017


Repository : https://github.com/latex3/l3build
On branch  : sourcedir
Link       : https://github.com/latex3/l3build/commit/404e5c3898ccb1c138ac8d1099a90bdbb667f689

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

commit 404e5c3898ccb1c138ac8d1099a90bdbb667f689
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 ...


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

404e5c3898ccb1c138ac8d1099a90bdbb667f689
 l3build.lua |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3build.lua b/l3build.lua
index c521fe9..0b094af 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