Skip to content

Commit 7906a10

Browse files
committed
[Truffle] JT: alias "jt ruby" to "jt run".
* So we can just prepend jt to switch from another ruby.
1 parent edbffdb commit 7906a10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tool/jt.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ def run(*args)
230230

231231
raw_sh(env_vars, "#{JRUBY_DIR}/bin/jruby", *jruby_args, *args)
232232
end
233+
alias ruby run
233234

234235
def test(*args)
235236
return test_pe if args == ['pe']

0 commit comments

Comments
 (0)