[run-tests.py] Write out the failing test

This commit is contained in:
Behdad Esfahbod 2022-07-30 12:02:36 -06:00
parent 083d4ef5c4
commit fc9e6ae8d9
1 changed files with 1 additions and 0 deletions

View File

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