[test] Suggest updating the expectation if ttx matches

https://github.com/harfbuzz/harfbuzz/issues/3089#issuecomment-892208892
pull/3119/head
Khaled Hosny 4 years ago committed by Behdad Esfahbod
parent 09c3b82f5e
commit 84946e4d2c
  1. 4
      test/subset/run-tests.py

@ -103,7 +103,9 @@ def run_test (test, should_check_ots):
sys.stdout.flush ()
return fail_test (test, cli_args, 'ttx for expected and actual does not match.')
return 1
return fail_test (test, cli_args, 'hash for expected and actual does not match, '
'but the ttx matches. Expected file needs to be updated?')
def has_ots ():
if not ots_sanitize:

Loading…
Cancel
Save