Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/jt.rb
Original file line number Diff line number Diff line change
@@ -415,7 +415,7 @@ def bench(command, *args)
"JRUBY_9000_DEV_DIR" => JRUBY_DIR,
"GRAAL_BIN" => Utilities.find_graal,
}
bench_args = ["-I#{bench_dir}/lib", "#{bench_dir}/bin/bench"]
bench_args = ["#{bench_dir}/bin/bench"]
case command
when 'debug'
if args.delete '--ruby-backtrace'

0 comments on commit d9f8005

Please sign in to comment.