From 27cd881b0ea8ad283f8c598183acb69a1df72c47 Mon Sep 17 00:00:00 2001
From: Thomas Moulard <thomas.moulard@gmail.com>
Date: Tue, 18 Jun 2013 07:49:59 +0900
Subject: [PATCH] Run tests but ignore failures.

---
 debian/changelog | 1 +
 debian/rules     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 5685f990..88596b1b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ visp (2.7.0-5) unstable; urgency=low
 
   * Look for and compile against Boost.System when Ogre is used.
   * Disable libv4l-dev dependecy on hurd-i386.
+  * Run tests but ignore failures for now.
 
  -- Thomas Moulard <thomas.moulard@gmail.com>  Thu, 13 Jun 2013 11:47:20 +0900
 
diff --git a/debian/rules b/debian/rules
index 49fec0e5..146ee2e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -78,3 +78,4 @@ override_dh_strip:
 	dh_strip -a --dbg-package=libvisp2-dbg
 
 override_dh_auto_test:
+	dh_auto_test || true
-- 
GitLab