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:
|
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:
|
||||||
|
|
Loading…
Reference in New Issue