[lucene2] 02/06: Disable the tests because they cause random build failures.
Markus Koschany
apo at moszumanska.debian.org
Wed Aug 24 14:05:15 UTC 2016
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository lucene2.
commit 442877cf814cf7eb923ecda01d2736ff641805a1
Author: Markus Koschany <apo at debian.org>
Date: Wed Aug 24 15:33:38 2016 +0200
Disable the tests because they cause random build failures.
Closes: #749365
---
debian/rules | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index ce7019b..334d60d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,8 @@ DEB_INSTALL_CHANGELOGS_liblucene2-java := CHANGES.txt
JAVA_HOME := /usr/lib/jvm/default-java
DEB_ANT_BUILD_TARGET := javacc jar-core build-contrib war-demo javadocs
-DEB_ANT_CHECK_TARGET := test
+# Disable the tests because the cause random build failures (#749365)
+#DEB_ANT_CHECK_TARGET := test
DEB_ANT_CLEAN_TARGET := clean clean-javacc
# Needed for running javacc and the unit tests
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/lucene2.git
More information about the pkg-java-commits
mailing list