summaryrefslogtreecommitdiff
path: root/scripts/coverage_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/coverage_test.py')
-rwxr-xr-xscripts/coverage_test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/coverage_test.py b/scripts/coverage_test.py
index 92974c7..2cc19b6 100755
--- a/scripts/coverage_test.py
+++ b/scripts/coverage_test.py
@@ -23,8 +23,8 @@ from nototools import unicode_data
def load_fonts():
"""Load all fonts built for Android."""
- all_fonts = (glob.glob('out/RobotoTTF/*.ttf')
- + glob.glob('out/RobotoCondensedTTF/*.ttf'))
+ all_fonts = (glob.glob('out/v2/RobotoTTF/*.ttf')
+ + glob.glob('out/v2/RobotoCondensedTTF/*.ttf'))
all_fonts = [ttLib.TTFont(font) for font in all_fonts]
return all_fonts