Fix a typo in case of single thread/process execution in test262 harness (#4223)
JerryScript-DCO-1.0-Signed-off-by: Peter Gal pgal.usz@partner.samsung.com
This commit is contained in:
@@ -824,7 +824,7 @@ class TestSuite(object):
|
|||||||
|
|
||||||
if job_count == 1:
|
if job_count == 1:
|
||||||
for case in cases:
|
for case in cases:
|
||||||
result = case.run_pipe()
|
result = case.run()
|
||||||
if logname:
|
if logname:
|
||||||
self.write_log(result)
|
self.write_log(result)
|
||||||
progress.has_run(result)
|
progress.has_run(result)
|
||||||
|
|||||||
Reference in New Issue
Block a user