Skip to content

Commit

Permalink
Fix a typo in case of single thread/process execution in test262 harn…
Browse files Browse the repository at this point in the history
…ess (#4223)

JerryScript-DCO-1.0-Signed-off-by: Peter Gal pgal.usz@partner.samsung.com
  • Loading branch information
galpeter committed Sep 28, 2020
1 parent f97c013 commit 0ffe166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/runners/test262-harness.py
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ def run(self, command_template, tests, print_summary, full_summary, logname, job

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)
Expand Down

0 comments on commit 0ffe166

Please sign in to comment.