diff options
-rw-r--r-- | meta/lib/oeqa/core/utils/concurrencytest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/core/utils/concurrencytest.py b/meta/lib/oeqa/core/utils/concurrencytest.py index fa6fa34b0e..6293cf94ec 100644 --- a/meta/lib/oeqa/core/utils/concurrencytest.py +++ b/meta/lib/oeqa/core/utils/concurrencytest.py | |||
@@ -216,7 +216,7 @@ def removebuilddir(d): | |||
216 | while delay and os.path.exists(d + "/bitbake.lock"): | 216 | while delay and os.path.exists(d + "/bitbake.lock"): |
217 | time.sleep(1) | 217 | time.sleep(1) |
218 | delay = delay - 1 | 218 | delay = delay - 1 |
219 | bb.utils.prunedir(d) | 219 | bb.utils.prunedir(d, ionice=True) |
220 | 220 | ||
221 | def fork_for_tests(concurrency_num, suite): | 221 | def fork_for_tests(concurrency_num, suite): |
222 | result = [] | 222 | result = [] |