mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
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:
parent
f97c0134d7
commit
0ffe1665bd
@ -824,7 +824,7 @@ class TestSuite(object):
|
||||
|
||||
if job_count == 1:
|
||||
for case in cases:
|
||||
result = case.run_pipe()
|
||||
result = case.run()
|
||||
if logname:
|
||||
self.write_log(result)
|
||||
progress.has_run(result)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user