| Index: media/tools/layout_tests/layouttest_analyzer.py
|
| diff --git a/media/tools/layout_tests/layouttest_analyzer.py b/media/tools/layout_tests/layouttest_analyzer.py
|
| index 5f93b2d86a35002352eaf7ec56bb5c5f84775708..412092a2d3ff95d86177e8586c81d48e3548529d 100755
|
| --- a/media/tools/layout_tests/layouttest_analyzer.py
|
| +++ b/media/tools/layout_tests/layouttest_analyzer.py
|
| @@ -143,7 +143,7 @@ def GetCurrentAndPreviousResults(debug, test_group_file_location,
|
| test_group_file_location)
|
| parent_location_list = (
|
| layouttests.LayoutTests.GetParentDirectoryList(filter_names))
|
| - recursion = False
|
| + recursion = True
|
| else:
|
| # When test group CSV file is not specified, test group name
|
| # (e.g., 'media') is used for getting layout tests.
|
|
|