[DRE-commits] [ruby-excon] 01/03: add a tag to basic_tests.rb to skip the tests

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed Jun 25 14:32:46 UTC 2014


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

praveen pushed a commit to branch master
in repository ruby-excon.

commit 761d1c42a616fc20af6a164e35a929507758254c
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Wed Jun 25 20:00:58 2014 +0530

    add a tag to basic_tests.rb to skip the tests
---
 debian/patches/00_disable-local-port-reuse-tests.patch | 13 +++++++++++++
 debian/patches/series                                  |  1 +
 2 files changed, 14 insertions(+)

diff --git a/debian/patches/00_disable-local-port-reuse-tests.patch b/debian/patches/00_disable-local-port-reuse-tests.patch
new file mode 100644
index 0000000..47c3767
--- /dev/null
+++ b/debian/patches/00_disable-local-port-reuse-tests.patch
@@ -0,0 +1,13 @@
+Index: ruby-excon/tests/basic_tests.rb
+===================================================================
+--- ruby-excon.orig/tests/basic_tests.rb
++++ ruby-excon/tests/basic_tests.rb
+@@ -120,7 +120,7 @@ Shindo.tests('Excon basics (Unix socket)
+   end
+ end
+ 
+-Shindo.tests('Excon basics (reusable local port)') do
++Shindo.tests('Excon basics (reusable local port)', 'localportreuse') do
+   class CustomSocket < Socket
+     def initialize
+       super(AF_INET, SOCK_STREAM, 0)
diff --git a/debian/patches/series b/debian/patches/series
index dd6fc71..047f333 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
+00_disable-local-port-reuse-tests.patch
 01_use_ca-certificates.patch
 03_remove_rubygems_bundler_add_requires_from_gemspec.patch

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



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