summaryrefslogtreecommitdiff
path: root/scripts/run_web_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/run_web_tests.py')
-rwxr-xr-xscripts/run_web_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/run_web_tests.py b/scripts/run_web_tests.py
index 3bcfd97..a8ff149 100755
--- a/scripts/run_web_tests.py
+++ b/scripts/run_web_tests.py
@@ -8,7 +8,7 @@ from nototools import font_data
import common_tests
FONTS = common_tests.load_fonts(
- ['out/web/*.ttf'],
+ ['out/v2/web/*.ttf'],
expected_count=18)
class TestItalicAngle(common_tests.TestItalicAngle):