[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:
parent
c93d379bf2
commit
0abce58139
@ -46,7 +46,7 @@ for filename in args:
|
|||||||
cwd = os.path.dirname(filename)
|
cwd = os.path.dirname(filename)
|
||||||
fontfile = os.path.normpath (os.path.join (cwd, fontfile))
|
fontfile = os.path.normpath (os.path.join (cwd, fontfile))
|
||||||
|
|
||||||
extra_options = []
|
extra_options = ["--shaper=ot"]
|
||||||
glyphs_expected = glyphs_expected.strip()
|
glyphs_expected = glyphs_expected.strip()
|
||||||
if glyphs_expected != '*':
|
if glyphs_expected != '*':
|
||||||
extra_options.append("--verify")
|
extra_options.append("--verify")
|
||||||
|
Loading…
Reference in New Issue
Block a user