test/subset/run-tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1c49afe179e7e1884ceeae1d93e50fa51f18f894 Author: Behdad Esfahbod <[email protected]> Date: Thu Feb 8 17:38:58 2018 -0600 Whitespace diff --git a/test/subset/run-tests.py b/test/subset/run-tests.py index c19004ab..7e238b60 100755 --- a/test/subset/run-tests.py +++ b/test/subset/run-tests.py @@ -81,7 +81,7 @@ if not len(args): _, returncode = cmd(["which", "ttx"]) if returncode: print("TTX is not present, skipping test.") - sys.exit (77) + sys.exit (77) fails = 0 for path in args: _______________________________________________ HarfBuzz mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/harfbuzz
