summaryrefslogtreecommitdiff
path: root/scripts/run_general_tests.py
diff options
context:
space:
mode:
authorJames Godfrey-Kittle <jamesgk@google.com>2015-02-26 18:33:08 -0800
committerJames Godfrey-Kittle <jamesgk@google.com>2015-04-16 12:16:31 -0700
commit82a46da3a3f10e7ab2bc96747a66cbf3031b4c5e (patch)
tree22e6e6c0bc2474a8dd462effa32e9fefe3b5d892 /scripts/run_general_tests.py
parent68c02d5ae8416b1b67148da702ee0ae57af0f764 (diff)
Update font paths in tests to look in out/v2.
This is the output directory for fonts created with this branch since r07c436525dd3.
Diffstat (limited to 'scripts/run_general_tests.py')
-rwxr-xr-xscripts/run_general_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/run_general_tests.py b/scripts/run_general_tests.py
index 8b56305..f4b984c 100755
--- a/scripts/run_general_tests.py
+++ b/scripts/run_general_tests.py
@@ -6,7 +6,7 @@ import unittest
import common_tests
FONTS = common_tests.load_fonts(
- ['out/RobotoTTF/*.ttf', 'out/RobotoCondensedTTF/*.ttf'],
+ ['out/v2/RobotoTTF/*.ttf', 'out/v2/RobotoCondensedTTF/*.ttf'],
expected_count=18)
class TestItalicAngle(common_tests.TestItalicAngle):