[DRE-commits] [schleuder] 08/26: debian/ruby-tests.rake: ok

Georg Faerber georg-alioth-guest at moszumanska.debian.org
Mon Feb 6 01:53:47 UTC 2017


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

georg-alioth-guest pushed a commit to branch master
in repository schleuder.

commit a3ea4db29a05801ad3542666cf55efb271b7c347
Author: Georg Faerber <georg at riseup.net>
Date:   Tue Jan 31 14:55:20 2017 +0100

    debian/ruby-tests.rake: ok
---
 debian/ruby-tests.rake | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 59a3e58..2c7de27 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -14,6 +14,7 @@ task :run_tests do
   Gem2Deb::Rake::RSpecTask.new do |spec|
     spec.pattern = ['../spec/*/*_spec.rb', '../spec/*/*/*.spec.rb']
   end
+  `cat /tmp/dirmngr.log`
 end
 
 task :cleanup do
@@ -22,7 +23,7 @@ task :cleanup do
     `rm db/test.sqlite3 >/dev/null 2>&1 || true`
     `rm /usr/lib/ruby/vendor_ruby/schleuder/db/test.sqlite3 >/dev/null 2>&1 || true`
   }
-  `cat /tmp/dirmrngr.log`
+  `cat /tmp/dirmngr.log`
 end
 
 task :default => [:setup, :run_tests, :cleanup]

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



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