diff --git a/test/shape/run-tests.py b/test/shape/run-tests.py index 096ad03d7..03f03df6c 100755 --- a/test/shape/run-tests.py +++ b/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