diff options
| -rwxr-xr-x | tool/zjit_bisect.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/zjit_bisect.rb b/tool/zjit_bisect.rb index 798b98b1f7..a265a3c01f 100755 --- a/tool/zjit_bisect.rb +++ b/tool/zjit_bisect.rb @@ -135,7 +135,7 @@ end # Try running with no JIT list to get a stable baseline unless run_with_jit_list(RUBY, OPTIONS, []).success? - cmd = [RUBY, "--zjit-allowed-iseqs=/dev/null", *OPTIONS].shelljoin + cmd = add_zjit_options([RUBY, "--zjit-allowed-iseqs=/dev/null", *OPTIONS]).shelljoin raise "The command failed unexpectedly with an empty JIT list. To reproduce, try running the following: `#{cmd}`" end # Collect the JIT list from the failing Ruby process |
