[DRE-commits] [gem2deb] 01/03: Add no-wnpp-check option to gem2deb in integration tests
Cédric Boutillier
boutil at moszumanska.debian.org
Mon Aug 11 13:27:39 UTC 2014
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository gem2deb.
commit d750538dcf002f28c3f50a01a2c114a31b757258
Author: Cédric Boutillier <boutil at debian.org>
Date: Fri Aug 8 23:16:18 2014 +0200
Add no-wnpp-check option to gem2deb in integration tests
---
test/integration/gem2deb_test.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/integration/gem2deb_test.rb b/test/integration/gem2deb_test.rb
index 3e3d47b..80148fe 100644
--- a/test/integration/gem2deb_test.rb
+++ b/test/integration/gem2deb_test.rb
@@ -6,7 +6,7 @@ class Gem2DebTest < Gem2DebTestCase
FileUtils.cp gem, tmpdir
gem = File.basename(gem)
Dir.chdir(tmpdir) do
- cmd = "gem2deb -d #{gem}"
+ cmd = "gem2deb --no-wnpp-check -d #{gem}"
run_command(cmd)
end
end
--
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