[med-svn] [itksnap] 10/15: disable running tests for now
Gert Wollny
gert-guest at moszumanska.debian.org
Wed Jan 14 15:57:21 UTC 2015
This is an automated email from the git hooks/post-receive script.
gert-guest pushed a commit to branch master
in repository itksnap.
commit 7eefddc6e69841e61278312b54d417a0150e0087
Author: Gert Wollny <gw.fossdev at gmail.com>
Date: Wed Jan 14 16:23:40 2015 +0100
disable running tests for now
---
debian/changelog | 13 +++++++------
debian/rules | 5 +++++
2 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 462ebdb..d60a54b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,12 +2,13 @@ itksnap (3.2.0-1) UNRELEASED; urgency=low
[ Gert Wollny ]
* new upstream release
- * change dependencies to new requirements for ITK, VTK, and QT
- * clean rules file
- * add patch to include vtk and gdcm libraries that are required for
- linking on Debian
- * update standards version to 3.9.6
- * Set debhelper compatibility to 9
+ * change dependencies to new requirements for ITK, VTK, and QT
+ * clean rules file
+ * add patch to include vtk and gdcm libraries that are required for
+ linking on Debian
+ * update standards version to 3.9.6
+ * Set debhelper compatibility to 9
+ * Disable tests because they need to connect to a display
-- Gert Wollny <gw.fossdev at gmail.com> Wed, 14 Jan 2015 15:20:25 +0100
diff --git a/debian/rules b/debian/rules
index 6552f91..8384780 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,3 +18,8 @@ override_dh_auto_install:
convert $(CURDIR)/ProgramData/Images2D/EdgeForcesExample.png -resize 32x32 \
$(CURDIR)/debian/itksnap/usr/share/pixmaps/itksnap.xpm
+# test need the DISPLAY envirunment variable set, because they open a window.
+# therefore I disable them for now, will have to look into xvfb
+#
+override_dh_auto_test:
+ echo "no tests run"
\ No newline at end of file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/itksnap.git
More information about the debian-med-commit
mailing list