diff options
Diffstat (limited to 'scripts/mktests')
-rwxr-xr-x | scripts/mktests | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/scripts/mktests b/scripts/mktests index 703a6b8..b36b6dd 100755 --- a/scripts/mktests +++ b/scripts/mktests @@ -6,7 +6,7 @@ -- REQUIREMENTS: Luatex > 0.76, Luaotfload -- AUTHOR: Philipp Gesang (Phg), <phg42.2a@gmail.com> -- VERSION: 2.4 --- MODIFIED: 2013-08-26 09:31:22+0200 +-- MODIFIED: 2014-05-15 22:16:47+0200 ----------------------------------------------------------------------- -- --===================================================================-- @@ -16,16 +16,7 @@ --===================================================================-- -local tests = { } - -config = { luaotfload = { - names_dir = "names", - cache_dir = "fonts", - index_file = "luaotfload-names.lua", - resolver = "normal", - update_live = true, --- suppress db updates -}} - +local tests = { } local lpeg = require "lpeg" local lpegmatch = lpeg.match |