[DRE-commits] [schleuder] 06/13: debian/ruby-tests.rake: Disable bundler and test coverage check

Georg Faerber georg-alioth-guest at moszumanska.debian.org
Tue Oct 24 12:31:00 UTC 2017


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

georg-alioth-guest pushed a commit to branch debian/3.2
in repository schleuder.

commit d893a23bdd777aff58239de3d46c42593b3af863
Author: Georg Faerber <georg at riseup.net>
Date:   Tue Oct 24 13:19:11 2017 +0200

    debian/ruby-tests.rake: Disable bundler and test coverage check
---
 debian/ruby-tests.rake | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 10badfa..1b925a1 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -9,6 +9,9 @@ task :setup do
   ENV["SCHLEUDER_DB_PATH"] = File.join(tmp_dir, 'test.sqlite3')
   ENV["SCHLEUDER_TMP_DIR"] = tmp_dir
 
+  ENV['USE_BUNDLER'] = 'false'
+  ENV['CHECK_CODE_COVERAGE'] = 'false'
+
   # Set up database
   `rake -f debian/Rakefile db:create`
   `rake -f debian/Rakefile db:schema:load`

-- 
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