[DRE-commits] [gem2deb] 08/09: return true when creating a test_suite
Cédric Boutillier
boutil at moszumanska.debian.org
Tue Aug 26 09:12:40 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 57c3721109014c0dd319c4012253d3abff322a0b
Author: Cédric Boutillier <boutil at debian.org>
Date: Tue Aug 26 11:08:04 2014 +0200
return true when creating a test_suite
---
lib/gem2deb/dh_make_ruby.rb | 3 +++
1 file changed, 3 insertions(+)
diff --git a/lib/gem2deb/dh_make_ruby.rb b/lib/gem2deb/dh_make_ruby.rb
index dc7c34e..3b6749e 100644
--- a/lib/gem2deb/dh_make_ruby.rb
+++ b/lib/gem2deb/dh_make_ruby.rb
@@ -320,6 +320,7 @@ module Gem2Deb
# task :default => :spec
EOF
end
+ true
else
false
end
@@ -331,6 +332,7 @@ module Gem2Deb
write_if_missing("debian/ruby-test-files.yaml") do |f|
YAML::dump(metadata.test_files, f)
end
+ true
else
false
end
@@ -355,6 +357,7 @@ module Gem2Deb
# exec("\#{ruby} -I. test/runtests.rb")
EOF
end
+ true
else
false
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