[med-svn] [picard-tools] 05/08: Disable tests
Vincent Danjean
vdanjean at debian.org
Thu Jul 7 10:00:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
vdanjean pushed a commit to branch master
in repository picard-tools.
commit 31368c2ad97ef4e17fb6b91b6acd76901cc59bda
Author: Vincent Danjean <vdanjean at debian.org>
Date: Thu Jul 7 09:56:53 2016 +0200
Disable tests
The testsuite is not fully adapted to gradle for now.
We will have to wait for upstream to fix that (this is currently worked out)
---
debian/rules | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/debian/rules b/debian/rules
index 27283a1..1b7eedd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,11 +12,11 @@ export JAVA_HOME=$(readlink -f /usr/bin/javac | sed "s:/bin/javac::")
override_dh_auto_build:
dh_auto_build -- jar javadoc
-override_dh_auto_test:
- # Tests do not work with locales with a different decimal separator
- # (for example ',')
- env LC_ALL=C && \
- dh_auto_build -- test
+#override_dh_auto_test:
+# # Tests do not work with locales with a different decimal separator
+# # (for example ',')
+# env LC_ALL=C && \
+# dh_auto_build -- test
override_jh_installlibs:
jh_installlibs --version-strip='(-gradle)?[+]dfsg[.0-9]*'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/picard-tools.git
More information about the debian-med-commit
mailing list