diff options
Diffstat (limited to 'meta/lib')
| -rw-r--r-- | meta/lib/oeqa/core/utils/concurrencytest.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/lib/oeqa/core/utils/concurrencytest.py b/meta/lib/oeqa/core/utils/concurrencytest.py index 850586516a..6404cb4668 100644 --- a/meta/lib/oeqa/core/utils/concurrencytest.py +++ b/meta/lib/oeqa/core/utils/concurrencytest.py | |||
| @@ -225,7 +225,9 @@ def fork_for_tests(concurrency_num, suite): | |||
| 225 | finally: | 225 | finally: |
| 226 | if newbuilddir: | 226 | if newbuilddir: |
| 227 | removebuilddir(newbuilddir) | 227 | removebuilddir(newbuilddir) |
| 228 | stream.flush() | ||
| 228 | os._exit(1) | 229 | os._exit(1) |
| 230 | stream.flush() | ||
| 229 | os._exit(0) | 231 | os._exit(0) |
| 230 | else: | 232 | else: |
| 231 | os.close(c2pwrite) | 233 | os.close(c2pwrite) |
