summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Bernstein <ruby@bernsteinbear.com>2026-04-08 10:47:59 -0400
committerMax Bernstein <tekknolagi@gmail.com>2026-04-08 18:18:12 -0400
commit9b6066c44176ee78496ec7f6feeea9d26cf6fc8f (patch)
treeca16afb31b3ab4ab83e84a128643dbe14fbaea2f
parent64a49051a46d986b4d3b1f279eaef3d141e20d5a (diff)
ZJIT: Suggest correct command in bisect script
-rwxr-xr-xtool/zjit_bisect.rb2
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