diff options
| -rw-r--r-- | run_test.rb | 1 |
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) |
