diff --git a/test/shaping/run-tests.py b/test/shaping/run-tests.py index 6dea5b950..4e9a3de77 100755 --- a/test/shaping/run-tests.py +++ b/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