[test/shape] Write cmdline as test description
Some checks failed
msys2 / MINGW32 (push) Waiting to run
msys2 / MINGW64 (push) Waiting to run
msvc / msvc-2019-x86 (push) Waiting to run
msys2 / CLANG64 (push) Waiting to run
arm / arm-none-eabi (push) Waiting to run
configs-ci / build (push) Waiting to run
fontations / build (push) Waiting to run
linux-ci / build (push) Waiting to run
macos-ci / build (push) Waiting to run
msvc / msvc-2019-amd64 (push) Waiting to run
Scorecard supply-chain security / Scorecard analysis (push) Failing after 5s

This commit is contained in:
Behdad Esfahbod 2025-04-06 21:40:43 -06:00
parent a9e2c8f3aa
commit e31721b5cf

View file

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