diff options
-rw-r--r-- | meta/lib/oeqa/runtime/cases/ptest.py | 2 |
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 3ef9022188..454a19430f 100644 --- a/meta/lib/oeqa/runtime/cases/ptest.py +++ b/meta/lib/oeqa/runtime/cases/ptest.py | |||
@@ -93,7 +93,7 @@ class PtestRunnerTest(OERuntimeTestCase): | |||
93 | failed_tests = {} | 93 | failed_tests = {} |
94 | 94 | ||
95 | for section in sections: | 95 | for section in sections: |
96 | if 'exitcode' in sections[section].keys(): | 96 | if 'exitcode' in sections[section].keys() or 'timeout' in sections[section].keys(): |
97 | failed_tests[section] = sections[section]["log"] | 97 | failed_tests[section] = sections[section]["log"] |
98 | 98 | ||
99 | for section in results: | 99 | for section in results: |