[DRE-commits] [schleuder] 20/26: debian/ruby-tests.rake: ok
Georg Faerber
georg-alioth-guest at moszumanska.debian.org
Mon Feb 6 01:53:48 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 e8cb7369ebbdbe3819fb645ad22689400d49feab
Author: Georg Faerber <georg at riseup.net>
Date: Tue Jan 31 16:28:42 2017 +0100
debian/ruby-tests.rake: ok
---
debian/ruby-tests.rake | 4 ----
1 file changed, 4 deletions(-)
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index b76c363..4fd302f 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -8,15 +8,12 @@ task :setup do
# Set up database
`rake -f debian/Rakefile db:create`
`rake -f debian/Rakefile db:schema:load`
- `dirmngr`
end
task :run_tests do
Gem2Deb::Rake::RSpecTask.new do |spec|
spec.pattern = ['../spec/*/*_spec.rb', '../spec/*/*/*.spec.rb']
- `cat /tmp/dirmngr.log`
end
- `cat /tmp/dirmngr.log`
end
task :cleanup do
@@ -25,7 +22,6 @@ 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/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