Revert "Runner: Re-use lock to share access to stdout"

This reverts commit b791cc4fbe.
This commit is contained in:
Mike Pennisi 2016-02-19 10:46:14 -05:00
parent dbcc8cadf3
commit ccf0adfc62
1 changed files with 1 additions and 2 deletions

View File

@ -606,11 +606,10 @@ class TestSuite(object):
if logname: if logname:
self.WriteLog(result) self.WriteLog(result)
finally: finally:
progress.HasRun(result)
if workers_count > 1: if workers_count > 1:
log_lock.release() log_lock.release()
progress.HasRun(result)
if workers_count == 1: if workers_count == 1:
exec_case() exec_case()
else: else: