[Pkg-ocaml-maint-commits] [ocurl] 01/02: Disable Internet-using tests

Stéphane Glondu glondu at moszumanska.debian.org
Mon May 30 14:58:46 UTC 2016


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

glondu pushed a commit to branch master
in repository ocurl.

commit 89ad97de76371d84cd310dbaf390e25b4be3317a
Author: Stephane Glondu <steph at glondu.net>
Date:   Mon May 30 16:13:52 2016 +0200

    Disable Internet-using tests
---
 .../0002-Disable-Internet-using-tests.patch        | 27 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 28 insertions(+)

diff --git a/debian/patches/0002-Disable-Internet-using-tests.patch b/debian/patches/0002-Disable-Internet-using-tests.patch
new file mode 100644
index 0000000..3edd80d
--- /dev/null
+++ b/debian/patches/0002-Disable-Internet-using-tests.patch
@@ -0,0 +1,27 @@
+From: Stephane Glondu <steph at glondu.net>
+Date: Mon, 30 May 2016 16:12:48 +0200
+Subject: Disable Internet-using tests
+
+Signed-off-by: Stephane Glondu <steph at glondu.net>
+---
+ Makefile.in | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/Makefile.in b/Makefile.in
+index 3f93a2f..0b7ee58 100644
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -54,13 +54,11 @@ all:
+ build: all
+ 
+ test: examples
+-	examples/test_cb_exn
+ 	examples/test_memory_leaks
+ ifneq (@OCAML_PKG_lwt@,no)
+ 	examples/test_lwt_unit
+ endif
+ ifeq (@OCAMLBEST@,opt)
+-	examples/test_cb_exn.opt
+ 	examples/test_memory_leaks.opt
+ ifneq (@OCAML_PKG_lwt@,no)
+ 	examples/test_lwt_unit.opt
diff --git a/debian/patches/series b/debian/patches/series
index a66aa4a..a9ad863 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0003-CURLE_URL_MALFORMAT_USER-is-obsolete.patch
+0002-Disable-Internet-using-tests.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/ocurl.git



More information about the Pkg-ocaml-maint-commits mailing list