[subset] Do not compare ttx progress output in the tests

Suppress progress messages of ttx. This avoids comparing this output to the reference file which lets the test fail.
This commit is contained in:
violet-sippial 2018-04-28 20:29:13 +02:00 committed by Behdad Esfahbod
parent a57f5a1a18
commit 93b03119da
1 changed files with 1 additions and 0 deletions
test/subset

View File

@ -80,6 +80,7 @@ def run_test(test, should_check_ots):
def run_ttx(file):
print ("ttx %s" % file)
cli_args = ["ttx",
"-q",
"-o-",
file]
return cmd(cli_args)