diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-04-29 14:52:53 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-04-29 14:52:53 +0200 |
commit | e79f34d859d48be485589f19fc6905afa5872a53 (patch) | |
tree | 1ac9aacf0256dd3bc89785a669a5f5d32d912670 /tests | |
parent | 19164c39c9f98d9e51a13d5d698f575879f3dfee (diff) | |
download | luaotfload-e79f34d859d48be485589f19fc6905afa5872a53.tar.gz |
only cache ``name:`` lookups
Diffstat (limited to 'tests')
-rw-r--r-- | tests/pln-request-5-cached.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/pln-request-5-cached.tex b/tests/pln-request-5-cached.tex index 437b20d..8ba4a5e 100644 --- a/tests/pln-request-5-cached.tex +++ b/tests/pln-request-5-cached.tex @@ -1,6 +1,7 @@ \ifdefined\directlua \directlua{config = config or { luaotfload = { } } - config.luaotfload.resolver = "cached" } + config.luaotfload.resolver = "cached" + config.luaotfload.loglevel = 5 } \input luaotfload.sty \fi |