[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Tue May 1 00:28:17 UTC 2018


 test/subset/run-tests.py |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 93b03119da8674a3eddb7879857e9f17fa16fd2a
Author: violet-sippial <38817272+violet-sippial at users.noreply.github.com>
Date:   Sat Apr 28 20:29:13 2018 +0200

    [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.

diff --git a/test/subset/run-tests.py b/test/subset/run-tests.py
index 0b119fee..1cd1a19f 100755
--- a/test/subset/run-tests.py
+++ b/test/subset/run-tests.py
@@ -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)


More information about the HarfBuzz mailing list