diff --git a/run_all_and_update_results.py b/run_all_and_update_results.py index af15ee3..d7fba8f 100755 --- a/run_all_and_update_results.py +++ b/run_all_and_update_results.py @@ -157,7 +157,7 @@ def main() -> None: f"--libjs-test262-runner {libjs_test262_runner} " f"--test262 {test262} " "--silent --summary --json " - + ("" if args.jit else "--jit ") + + ("--jit " if args.jit else "") + ( "" if args.per_file_output is None