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

pull/3771/head
Behdad Esfahbod 3 years ago
parent 083d4ef5c4
commit fc9e6ae8d9
  1. 1
      test/shape/run-tests.py

@ -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…
Cancel
Save