Skip to content

Commit 8910678

Browse files
committed
Add an option to jt to make running native conversion checks easy.
1 parent 20a2cd5 commit 8910678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/jt.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ def git_clone(url, path)
648648
end
649649

650650
def run_mspec(env_vars, command = 'run', *args)
651-
mspec_args = ['spec/mspec/bin/mspec', command, '--config', 'spec/truffleruby.mspec']
651+
mspec_args = ['spec/mspec/bin/mspec', command, '--config', ENV['TRUFFLERUBY_MSPEC_CONFIG'] || 'spec/truffleruby.mspec']
652652
Dir.chdir(TRUFFLERUBY_DIR) do
653653
ruby env_vars, *mspec_args, '-t', ruby_launcher, *args
654654
end

0 commit comments

Comments
 (0)