diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/lib/oeqa/core/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/core/runner.py b/meta/lib/oeqa/core/runner.py index d50690ab37..a246c7d26b 100644 --- a/meta/lib/oeqa/core/runner.py +++ b/meta/lib/oeqa/core/runner.py | |||
| @@ -347,7 +347,7 @@ class OETestResultJSONHelper(object): | |||
| 347 | os.makedirs(write_dir, exist_ok=True) | 347 | os.makedirs(write_dir, exist_ok=True) |
| 348 | test_results = self._get_existing_testresults_if_available(write_dir) | 348 | test_results = self._get_existing_testresults_if_available(write_dir) |
| 349 | test_results[result_id] = {'configuration': configuration, 'result': test_result} | 349 | test_results[result_id] = {'configuration': configuration, 'result': test_result} |
| 350 | json_testresults = json.dumps(test_results, sort_keys=True, indent=4) | 350 | json_testresults = json.dumps(test_results, sort_keys=True, indent=1) |
| 351 | self._write_file(write_dir, self.testresult_filename, json_testresults) | 351 | self._write_file(write_dir, self.testresult_filename, json_testresults) |
| 352 | if has_bb: | 352 | if has_bb: |
| 353 | bb.utils.unlockfile(lf) | 353 | bb.utils.unlockfile(lf) |
