aboutsummaryrefslogtreecommitdiff
path: root/tools/test_android_cts.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test_android_cts.py')
-rwxr-xr-xtools/test_android_cts.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/test_android_cts.py b/tools/test_android_cts.py
index 606611d82..4ef8039b1 100755
--- a/tools/test_android_cts.py
+++ b/tools/test_android_cts.py
@@ -246,8 +246,7 @@ def Main():
print('Comparing test results to baseline:\n')
passing_tests = consistently_passing_tests_from_test_results([results_xml])
- baseline_results = \
- [f for f in glob(join(CTS_BASELINE_FILES_DIR, '*.xml'))]
+ baseline_results = glob(join(CTS_BASELINE_FILES_DIR, '*.xml'))
assert len(baseline_results) != 0
passing_tests_in_baseline = \