From fc9e6ae8d965b3fb8f4f9d0c7dbb11bd1d9960e7 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 30 Jul 2022 12:02:36 -0600 Subject: [PATCH] [run-tests.py] Write out the failing test --- test/shape/run-tests.py | 1 + 1 file changed, 1 insertion(+) 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