From acc8995060f9972d7cad9e0575619b3f01fd89d1 Mon Sep 17 00:00:00 2001 From: Akira Yumiyama Date: Sun, 12 May 2013 12:54:32 +0900 Subject: update run_test.rb --- run_test.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/run_test.rb b/run_test.rb index f9627fc28..89f8d7fb1 100644 --- a/run_test.rb +++ b/run_test.rb @@ -8,7 +8,6 @@ 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 - build_args = ['all', 'test'] if build_args.nil? or build_args.empty? Dir.mkdir 'tmp' unless File.exist?('tmp') unless File.exist?(dir) -- cgit v1.2.3