[run-tests.py] Write out the failing test
This commit is contained in:
parent
083d4ef5c4
commit
fc9e6ae8d9
|
@ -121,6 +121,7 @@ for filename in args:
|
|||
passes += 1
|
||||
|
||||
if glyphs1.strip() != glyphs_expected and glyphs_expected != '*':
|
||||
print ("hb-shape", fontfile, "--unicodes", unicodes, file=sys.stderr)
|
||||
print ("Actual: " + glyphs1, file=sys.stderr)
|
||||
print ("Expected: " + glyphs_expected, file=sys.stderr)
|
||||
fails += 1
|
||||
|
|
Loading…
Reference in New Issue