[DRE-commits] [gem2deb] 01/07: Do not make FileUtils verbose in test-runner
Cédric Boutillier
boutil at moszumanska.debian.org
Thu Aug 21 21:11:17 UTC 2014
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch autopkgtest
in repository gem2deb.
commit e8865a6bb8537785ad382abf0f0080728a328deb
Author: Cédric Boutillier <boutil at debian.org>
Date: Thu Aug 21 17:27:10 2014 +0200
Do not make FileUtils verbose in test-runner
any output from verbose FileUtils command would go to stderr, and then
cause the autopkg test to fail
---
lib/gem2deb/test_runner.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/gem2deb/test_runner.rb b/lib/gem2deb/test_runner.rb
index ad8e5c7..ab8db5e 100644
--- a/lib/gem2deb/test_runner.rb
+++ b/lib/gem2deb/test_runner.rb
@@ -19,7 +19,7 @@ require 'fileutils'
module Gem2Deb
class TestRunner
- include FileUtils::Verbose
+ include FileUtils
attr_accessor :autopkgtest
--
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