[Pkg-ocaml-maint-commits] [SCM] obus packaging branch, master, updated. debian/1.0.rc1-2-11-g3efb0ca
Nicolas Dandrimont
Nicolas.Dandrimont at crans.org
Sat Jun 11 21:54:21 UTC 2011
The following commit has been merged in the master branch:
commit 3efb0ca2a9f9a4bf1ab5745b6f4b380a35af7ab5
Author: Nicolas Dandrimont <Nicolas.Dandrimont at crans.org>
Date: Sat Jun 11 23:38:48 2011 +0200
Add a patch disabling the communication test (which hangs if no session bus is present)
diff --git a/debian/patches/0002-Disable-tests-needing-a-session-bus.patch b/debian/patches/0002-Disable-tests-needing-a-session-bus.patch
new file mode 100644
index 0000000..87c20d5
--- /dev/null
+++ b/debian/patches/0002-Disable-tests-needing-a-session-bus.patch
@@ -0,0 +1,22 @@
+From: Nicolas Dandrimont <Nicolas.Dandrimont at crans.org>
+Date: Sat, 11 Jun 2011 23:38:24 +0200
+Subject: Disable tests needing a session bus
+
+---
+ tests/main.ml | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/tests/main.ml b/tests/main.ml
+index 8f34e8c..f7ff34b 100644
+--- a/tests/main.ml
++++ b/tests/main.ml
+@@ -61,7 +61,7 @@ lwt () =
+ "serialization", Test_serialization.test;
+ "string validation", Test_validation.test;
+ "authentication", Test_auth.test;
+- "communication", Test_communication.test;
++ (*"communication", Test_communication.test;*)
+ "garbage collection", Test_gc.test;
+ ]
+
+--
diff --git a/debian/patches/series b/debian/patches/series
index 8b7cdf1..dbeda74 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
0001-Fix-for-type-conv-2.3.0.patch
+0002-Disable-tests-needing-a-session-bus.patch
--
obus packaging
More information about the Pkg-ocaml-maint-commits
mailing list