summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--run_test.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/run_test.rb b/run_test.rb
index 89f8d7fb1..444d18fda 100644
--- a/run_test.rb
+++ b/run_test.rb
@@ -3,8 +3,6 @@
# mrbgems test runner
#
-gemname = File.basename(File.dirname(File.expand_path __FILE__))
-
if __FILE__ == $0
repository, dir = 'https://github.com/mruby/mruby.git', 'tmp/mruby'
build_args = ARGV
@@ -21,6 +19,7 @@ MRuby::Build.new do |conf|
toolchain :gcc
conf.gembox 'default'
- conf.gem :github => 'iij/mruby-env'
+ conf.gem :git => 'https://github.com/iij/mruby-env.git'
+
conf.gem File.expand_path(File.dirname(__FILE__))
end