提交 7b3ae5ff 编写于 作者: B Behdad Esfahbod

More bot fixes

上级 310bdac4
......@@ -65,7 +65,7 @@ for filename in args:
unicodes] + (options.split (' ') if options else []))
if returncode:
print ("hb-shape --font-funcs=ft failed.") # file=sys.stderr
print ("ERROR: hb-shape --font-funcs=ft failed.") # file=sys.stderr
fails = fails + 1
#continue
......@@ -78,7 +78,7 @@ for filename in args:
fails = fails + 1
#continue
if glyphs1 != glyphs2:
if glyphs1 != glyphs2 and glyphs_expected != '*':
print ("FT funcs: " + glyphs1) # file=sys.stderr
print ("OT funcs: " + glyphs2) # file=sys.stderr
fails = fails + 1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册