[DRE-commits] [gem2deb] 12/15: dh_ruby_test: avoid noise in the regular tests output

Antonio Terceiro terceiro at moszumanska.debian.org
Sat Jan 23 19:37:36 UTC 2016


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to branch master
in repository gem2deb.

commit 12cc08eadb469c191935fb481bbe02f91c57f8fa
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sat Jan 23 17:04:10 2016 -0200

    dh_ruby_test: avoid noise in the regular tests output
---
 test/unit/dh_ruby_test.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/unit/dh_ruby_test.rb b/test/unit/dh_ruby_test.rb
index 8638803..961f3e0 100644
--- a/test/unit/dh_ruby_test.rb
+++ b/test/unit/dh_ruby_test.rb
@@ -174,7 +174,7 @@ class DhRubyTest < Gem2DebTestCase
     Gem2Deb::Gem2Tgz.convert!(gem, tarball)
     Gem2Deb::DhMakeRuby.new(tarball).build
 
-    build_package(package_path)
+    silently { build_package(package_path) }
   end
 
   def self.build_package(directory)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gem2deb.git



More information about the Pkg-ruby-extras-commits mailing list