diff --git a/test/shape/run-tests.py b/test/shape/run-tests.py index 4bf803b56..358b3c88b 100755 --- a/test/shape/run-tests.py +++ b/test/shape/run-tests.py @@ -337,8 +337,9 @@ for filename in args: ) print(" ...", file=sys.stderr) else: + cmd = hb_shape + " " + " ".join(cmd) passes += 1 - print(f"ok {number} - {fontfile}") + print(f"ok {number} - {cmd}") print("# %d tests passed; %d failed; %d skipped." % (passes, fails, skips)) if not (fails + passes):