Skip to content

Commit

Permalink
Less noisy
Browse files Browse the repository at this point in the history
  • Loading branch information
jferris committed Feb 18, 2010
1 parent 82f56a2 commit 2f16e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -170,7 +170,7 @@ task :vendor_test_gems do
pattern = File.join(LOCAL_GEM_ROOT, 'gems', "#{gem_file_pattern}") pattern = File.join(LOCAL_GEM_ROOT, 'gems', "#{gem_file_pattern}")
existing = Dir.glob(pattern).first existing = Dir.glob(pattern).first
unless existing unless existing
command = "gem install -i #{LOCAL_GEM_ROOT} --no-ri --no-rdoc --debug --backtrace #{version_option} #{gem_name}" command = "gem install -i #{LOCAL_GEM_ROOT} --no-ri --no-rdoc --backtrace #{version_option} #{gem_name}"
puts "Vendoring #{gem_file_pattern}..." puts "Vendoring #{gem_file_pattern}..."
unless system("#{command} 2>&1") unless system("#{command} 2>&1")
puts "Command failed: #{command}" puts "Command failed: #{command}"
Expand Down

0 comments on commit 2f16e06

Please sign in to comment.