[latex3-commits] [git/LaTeX3-latex3-luaotfload] failuretest-dev: really exclude tests ... (2389d7f)

Ulrike Fischer fischer at troubleshooting-tex.de
Sat Oct 26 21:24:14 CEST 2019


Repository : https://github.com/latex3/luaotfload
On branch  : failuretest-dev
Link       : https://github.com/latex3/luaotfload/commit/2389d7fa89f70f41b38cc9ad1ca5425c769c1190

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

commit 2389d7fa89f70f41b38cc9ad1ca5425c769c1190
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Sat Oct 26 21:24:14 2019 +0200

    really exclude tests ...


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

2389d7fa89f70f41b38cc9ad1ca5425c769c1190
 build.lua | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build.lua b/build.lua
index ffa4920..a9cafd5 100644
--- a/build.lua
+++ b/build.lua
@@ -105,10 +105,11 @@ if os.env["CONTEXTPATH"] then
    excludetests = {"arabkernsfs","fontload-ttc-fontindex"}
   else
    -- excludetests = {"luatex-ja"}
+   excludetests = {"luatex-ja","aux-resolve-fontname","arabic","color"}
   end
 else
   -- travis or somewhere else ...
-  excludetests = {"luatex-ja","aux-resolve-fontname","arabic.lvt","color.lvt"}
+  excludetests = {"luatex-ja","aux-resolve-fontname","arabic","color"}
 end
 
 ---------------------------------------------





More information about the latex3-commits mailing list