[med-svn] [picard-tools] 03/04: disable unit tests waiting for gradle 3.4 in debian
Olivier Sallou
osallou at debian.org
Wed Nov 1 09:07:27 UTC 2017
This is an automated email from the git hooks/post-receive script.
osallou pushed a commit to branch master
in repository picard-tools.
commit 7af78701eacfa50d30dce5a93c0b7cbef4e5d23d
Author: Olivier Sallou <osallou at debian.org>
Date: Wed Nov 1 08:51:38 2017 +0000
disable unit tests waiting for gradle 3.4 in debian
---
debian/rules | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 25ef01f..0786fb1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,8 @@ 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
+ # disable unit tests waiting for gradle 3.4 update in debian
+ #dh_auto_build -- test
override_dh_clean:
dh_clean
--
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