summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/lib/oeqa/runtime/cases/ptest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/runtime/cases/ptest.py b/meta/lib/oeqa/runtime/cases/ptest.py
index 23a71ea064..fbaeb84d00 100644
--- a/meta/lib/oeqa/runtime/cases/ptest.py
+++ b/meta/lib/oeqa/runtime/cases/ptest.py
@@ -96,7 +96,7 @@ class PtestRunnerTest(OERuntimeTestCase):
96 failed_tests = {} 96 failed_tests = {}
97 97
98 for section in sections: 98 for section in sections:
99 if 'exitcode' in sections[section].keys(): 99 if 'exitcode' in sections[section].keys() or 'timeout' in sections[section].keys():
100 failed_tests[section] = sections[section]["log"] 100 failed_tests[section] = sections[section]["log"]
101 101
102 for section in results: 102 for section in results: