Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
reintroduce unit etsts after jcommander fix
· 91abad3a
Olivier Sallou
authored
Aug 06, 2018
91abad3a
unit tests enabled
· 1077f0de
Olivier Sallou
authored
Aug 06, 2018
1077f0de
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
1077f0de
...
...
@@ -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
...
...
debian/rules
View file @
1077f0de
...
...
@@ -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
...
...