We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad0436 commit ad6d4dbCopy full SHA for ad6d4db
run_test.rb
@@ -6,7 +6,7 @@
6
unless File.exists?('tmp/mruby')
7
system 'git clone https://github.com/mruby/mruby.git tmp/mruby'
8
end
9
- exit system(%Q[cd tmp/mruby; MRUBY_CONFIG=#{File.expand_path __FILE__} rake #{ARGV.join(' ')}])
+ exit system(%Q[cd tmp/mruby; MRUBY_CONFIG=#{File.expand_path __FILE__} ./minirake #{ARGV.join(' ')}])
10
11
12
MRuby::Build.new do |conf|
0 commit comments