[test/shape] Pass --unsafe-to-concat to hb-shape

pull/3621/head
Behdad Esfahbod 2 years ago
parent 45a2252607
commit 33145a4b75
  1. 1
      test/shape/run-tests.py

@ -85,6 +85,7 @@ for filename in args:
extra_options = ["--shaper=ot"]
if glyphs_expected != '*':
extra_options.append("--verify")
extra_options.append("--unsafe-to-concat")
if comment:
print ('# %s "%s" --unicodes %s' % (hb_shape, fontfile, unicodes))

Loading…
Cancel
Save