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
@@ -321,7 +321,7 @@ def test(*args)
test_specs('run')
test_mri
when 'pe' then test_pe(*rest)
when 'specs' then test_specs(*rest)
when 'specs' then test_specs('run', *rest)
when 'mri' then test_mri(*rest)
else
if File.expand_path(path).start_with?("#{JRUBY_DIR}/test")

0 comments on commit 18e351b

Please sign in to comment.