[test] Fix output format
This commit is contained in:
parent
8450f43ae1
commit
15f3ef0136
|
@ -97,7 +97,7 @@ for filename in args:
|
||||||
|
|
||||||
if not reference:
|
if not reference:
|
||||||
print ('%s "%s" %s %s --unicodes %s' %
|
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:
|
if "--font-funcs=ft" in options and not have_freetype:
|
||||||
skips += 1
|
skips += 1
|
||||||
|
|
Loading…
Reference in New Issue