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 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: |
