Skip to content
Commits on Source (2)
......@@ -6,8 +6,8 @@ picard-tools (2.18.2+dfsg-1) UNRELEASED; urgency=medium
[O. Sallou]
* Java 9/10 fixes
* disable unit tests (d/rules) due to testng bug (#895886)
* Remove Google NIO support (not packaged in Debian)
* Enable unit tests after jcommander fix
-- Andreas Tille <tille@debian.org> Tue, 17 Apr 2018 22:45:38 +0200
......
......@@ -20,8 +20,7 @@ override_dh_auto_test:
# Tests do not work with locales with a different decimal separator
# (for example ',')
env LC_ALL=C \
# disable unit tests waiting for testng fix in jcommander not found
# dh_auto_build -- test
dh_auto_build -- test
override_dh_clean:
dh_clean
......