summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAkira Yumiyama <[email protected]>2013-05-12 12:54:32 +0900
committerAkira Yumiyama <[email protected]>2013-05-12 12:54:35 +0900
commitacc8995060f9972d7cad9e0575619b3f01fd89d1 (patch)
tree659e951b13821dcc10c16dfa8a563f534498cd32
parentdf529a83d6572ed5e06f7d2689ba6ace83699a41 (diff)
downloadmruby-acc8995060f9972d7cad9e0575619b3f01fd89d1.tar.gz
mruby-acc8995060f9972d7cad9e0575619b3f01fd89d1.zip
update run_test.rb
-rw-r--r--run_test.rb1
1 files changed, 0 insertions, 1 deletions
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)