summaryrefslogtreecommitdiff
path: root/scripts/run_general_tests.py
diff options
context:
space:
mode:
authorJames Godfrey-Kittle <jamesgk@google.com>2015-12-11 12:19:02 -0800
committerJames Godfrey-Kittle <jamesgk@google.com>2015-12-11 12:19:02 -0800
commit27233df647b182263c7176f3956574cd3a2947cc (patch)
treebe6073cbb1d9dea9e939cdec0b5f30ebdcd0d38b /scripts/run_general_tests.py
parentc57250d04a3645583776a7f3c8d997780bcb0ea6 (diff)
Switch general tests to test unhinted fonts
This was changed to test hinted fonts in a4ef18e29638cd1a0c814adb762177a342898eeb, but I think we want to go back to unhinted fonts by default. It can always be changed locally.
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 78ba44c..a1a9a43 100755
--- a/scripts/run_general_tests.py
+++ b/scripts/run_general_tests.py
@@ -24,7 +24,7 @@ from nototools.unittests import font_tests
import roboto_data
FONTS = font_tests.load_fonts(
- ['hinted/*.ttf'],
+ ['out/RobotoTTF/*.ttf', 'out/RobotoCondensedTTF/*.ttf'],
expected_count=18)
UFOS = font_tests.load_fonts(