[test] Fix output format

pull/2900/head
Behdad Esfahbod 4 years ago
parent 8450f43ae1
commit 15f3ef0136
  1. 2
      test/shaping/run-tests.py

@ -97,7 +97,7 @@ for filename in args:
if not reference:
print ('%s "%s" %s %s --unicodes %s' %
(hb_shape, fontfile, ' '.join(extra_options), options, unicodes))
(hb_shape, fontfile, ' '.join(extra_options), ' '.join(options), unicodes))
if "--font-funcs=ft" in options and not have_freetype:
skips += 1

Loading…
Cancel
Save