[latex3-commits] [git/l3build] master: Have stdconfig in checkconfigs table as-standard (9da3ee2)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Dec 12 10:05:33 CET 2017


Repository : https://github.com/latex3/l3build
On branch  : master
Link       : https://github.com/latex3/l3build/commit/9da3ee2e3fd757c95f545e91c2ffd8cbe9ea10f7

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

commit 9da3ee2e3fd757c95f545e91c2ffd8cbe9ea10f7
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Dec 7 09:47:17 2017 +0000

    Have stdconfig in checkconfigs table as-standard
    
    This then matches how checkengines works.


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

9da3ee2e3fd757c95f545e91c2ffd8cbe9ea10f7
 l3build.lua |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3build.lua b/l3build.lua
index 884aafb..e10b7e9 100644
--- a/l3build.lua
+++ b/l3build.lua
@@ -140,8 +140,8 @@ checkformat  = checkformat  or "latex"
 stdengine    = stdengine    or "pdftex"
 
 -- Configs for testing
-checkconfigs = checkconfigs or { }
 stdconfig    = stdconfig    or string.gsub(arg[0], "%.lua$", "")
+checkconfigs = checkconfigs or {stdconfig}
 
 -- Enable access to trees outside of the repo
 -- As these may be set false, a more elaborate test than normal is needed





More information about the latex3-commits mailing list