[test] Choose 'ot' shaper specifically

Now that we added morx support, our OS X bot is running them through CoreText
and failing (with a DoS / infinite loop no less!).  Always run tests through
our own shaper.
This commit is contained in:
Behdad Esfahbod 2018-10-04 16:23:42 +02:00
parent c93d379bf2
commit 0abce58139

View File

@ -46,7 +46,7 @@ for filename in args:
cwd = os.path.dirname(filename)
fontfile = os.path.normpath (os.path.join (cwd, fontfile))
extra_options = []
extra_options = ["--shaper=ot"]
glyphs_expected = glyphs_expected.strip()
if glyphs_expected != '*':
extra_options.append("--verify")