diff --git a/tools/runners/test262-harness.py b/tools/runners/test262-harness.py index 71c7001f7..22077c814 100755 --- a/tools/runners/test262-harness.py +++ b/tools/runners/test262-harness.py @@ -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)