[latex3-commits] [git/l3build] config: Have stdconfig in checkconfigs table as-standard (7e81e4f)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu Dec 7 10:47:17 CET 2017


Repository : https://github.com/latex3/l3build
On branch  : config
Link       : https://github.com/latex3/l3build/commit/7e81e4ff898fd4f4d166a71227c269035c624d10

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

commit 7e81e4ff898fd4f4d166a71227c269035c624d10
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.


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

7e81e4ff898fd4f4d166a71227c269035c624d10
 l3build.lua |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3build.lua b/l3build.lua
index 3746a04..70005c5 100644
--- a/l3build.lua
+++ b/l3build.lua
@@ -137,8 +137,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