[test] Fix output format

This commit is contained in:
Behdad Esfahbod 2021-03-15 15:36:47 -06:00
parent 8450f43ae1
commit 15f3ef0136
1 changed files with 1 additions and 1 deletions

View File

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