[DRE-commits] [ruby-fog-openstack] 02/03: run tests
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Tue Jun 14 19:08:16 UTC 2016
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-fog-openstack.
commit d676b025adc7414228c9a52eb1c913a8bc07a1d0
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Wed Jun 15 00:35:26 2016 +0530
run tests
---
debian/patches/remove-coverall-bundler.patch | 17 +++++++++++++++++
debian/patches/series | 1 +
debian/ruby-tests.rb | 1 +
3 files changed, 19 insertions(+)
diff --git a/debian/patches/remove-coverall-bundler.patch b/debian/patches/remove-coverall-bundler.patch
new file mode 100644
index 0000000..ad69ca0
--- /dev/null
+++ b/debian/patches/remove-coverall-bundler.patch
@@ -0,0 +1,17 @@
+Index: ruby-fog-openstack/tests/helper.rb
+===================================================================
+--- ruby-fog-openstack.orig/tests/helper.rb
++++ ruby-fog-openstack/tests/helper.rb
+@@ -1,9 +1,9 @@
+-require 'coveralls'
+-Coveralls.wear!
++#require 'coveralls'
++#Coveralls.wear!
+
+ require File.expand_path('../../lib/fog/openstack', __FILE__)
+
+-Bundler.require(:test)
++#Bundler.require(:test)
+
+ Excon.defaults.merge!(:debug_request => true, :debug_response => true)
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e731420
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+remove-coverall-bundler.patch
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
new file mode 100644
index 0000000..237809d
--- /dev/null
+++ b/debian/ruby-tests.rb
@@ -0,0 +1 @@
+exec('shindo')
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-fog-openstack.git
More information about the Pkg-ruby-extras-commits
mailing list