[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.
pull/1228/head
Behdad Esfahbod 6 years ago
parent c93d379bf2
commit 0abce58139
  1. 2
      test/shaping/run-tests.py

@ -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")

Loading…
Cancel
Save