Skip to content

Commit ad6d4db

Browse files
committed
Fixed test build script for CRuby 1.8
1 parent 3ad0436 commit ad6d4db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
unless File.exists?('tmp/mruby')
77
system 'git clone https://github.com/mruby/mruby.git tmp/mruby'
88
end
9-
exit system(%Q[cd tmp/mruby; MRUBY_CONFIG=#{File.expand_path __FILE__} rake #{ARGV.join(' ')}])
9+
exit system(%Q[cd tmp/mruby; MRUBY_CONFIG=#{File.expand_path __FILE__} ./minirake #{ARGV.join(' ')}])
1010
end
1111

1212
MRuby::Build.new do |conf|

0 commit comments

Comments
 (0)