[latex3-commits] [git/LaTeX3-latex3-hyperref] main: skip one more test with older xdvipdfmx (4f668f0)
David Carlisle
d.p.carlisle at gmail.com
Thu Feb 11 13:17:35 CET 2021
Repository : https://github.com/latex3/hyperref
On branch : main
Link : https://github.com/latex3/hyperref/commit/4f668f0a81bb3073c32e5a3b19c0d5b8dd0e3e4d
>---------------------------------------------------------------
commit 4f668f0a81bb3073c32e5a3b19c0d5b8dd0e3e4d
Author: David Carlisle <d.p.carlisle at gmail.com>
Date: Thu Feb 11 12:17:35 2021 +0000
skip one more test with older xdvipdfmx
>---------------------------------------------------------------
4f668f0a81bb3073c32e5a3b19c0d5b8dd0e3e4d
build.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.lua b/build.lua
index d830468..4241377 100644
--- a/build.lua
+++ b/build.lua
@@ -98,7 +98,7 @@ for line in pipe:lines() do
end
pipe:close()
if (dvipdfmxversion <= 20200315) then
-excludetests={"unicode-test"}
+excludetests={"unicode-test","87-pdfversion"}
end
end
More information about the latex3-commits
mailing list.