mirror of https://github.com/tc39/test262.git
Revert "Runner: Re-use lock to share access to stdout"
This reverts commit b791cc4fbe
.
This commit is contained in:
parent
dbcc8cadf3
commit
ccf0adfc62
|
@ -606,11 +606,10 @@ class TestSuite(object):
|
|||
if logname:
|
||||
self.WriteLog(result)
|
||||
finally:
|
||||
progress.HasRun(result)
|
||||
|
||||
if workers_count > 1:
|
||||
log_lock.release()
|
||||
|
||||
progress.HasRun(result)
|
||||
if workers_count == 1:
|
||||
exec_case()
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue