summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/packaging/test262.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/packaging/test262.py b/tools/packaging/test262.py
index 735d796ca..26f3f8b52 100755
--- a/tools/packaging/test262.py
+++ b/tools/packaging/test262.py
@@ -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: