From f017169ae482effc446384050e79b752bd9ddfe5 Mon Sep 17 00:00:00 2001 From: Martin Robinson Date: Sat, 24 Jun 2023 09:22:18 +0200 Subject: Update scripts to reflect new WPT directory name --- etc/wpt_result_analyzer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/wpt_result_analyzer.py') diff --git a/etc/wpt_result_analyzer.py b/etc/wpt_result_analyzer.py index b9209ea961d..9964304eb53 100644 --- a/etc/wpt_result_analyzer.py +++ b/etc/wpt_result_analyzer.py @@ -20,7 +20,7 @@ import os -test_root = os.path.join('tests', 'wpt', 'web-platform-tests') +test_root = os.path.join('tests', 'wpt', 'tests') meta_root = os.path.join('tests', 'wpt', 'meta') test_counts = {} -- cgit v1.2.3