[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:
parent
a57f5a1a18
commit
93b03119da
test/subset
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue