From 9b6066c44176ee78496ec7f6feeea9d26cf6fc8f Mon Sep 17 00:00:00 2001 From: Max Bernstein Date: Wed, 8 Apr 2026 10:47:59 -0400 Subject: ZJIT: Suggest correct command in bisect script --- tool/zjit_bisect.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3