[tomcat7] 06/06: Reduced the verbosity of the tests
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Nov 23 22:32:48 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch jessie
in repository tomcat7.
commit 3cacfdcc4f0056dd95625948c2b42a176e119662
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Nov 23 22:44:00 2016 +0100
Reduced the verbosity of the tests
---
debian/changelog | 1 +
debian/patches/0005-skip-test-failures.patch | 14 ++++++++++++++
debian/patches/series | 1 +
3 files changed, 16 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 9a40e3d..9fcd08e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ tomcat7 (7.0.56-3+deb8u6) UNRELEASED; urgency=medium
* Fixed a test failure in the new TestNamingContext test added with the fix
for CVE-2016-6797
* Fixed a test failure in TestResourceBundleELResolver
+ * Reduced the verbosity of the tests
-- Emmanuel Bourg <ebourg at apache.org> Wed, 23 Nov 2016 21:21:55 +0100
diff --git a/debian/patches/0005-skip-test-failures.patch b/debian/patches/0005-skip-test-failures.patch
new file mode 100644
index 0000000..4d311de
--- /dev/null
+++ b/debian/patches/0005-skip-test-failures.patch
@@ -0,0 +1,14 @@
+Description: Print only the summary of the tests
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: not-needed
+--- a/build.xml
++++ b/build.xml
+@@ -1346,7 +1346,7 @@
+
+ <sequential>
+ <mkdir dir="${test.reports}" />
+- <junit printsummary="yes" fork="yes" dir="." showoutput="yes"
++ <junit printsummary="yes" fork="yes" dir="." showoutput="no"
+ errorproperty="test.result.error"
+ failureproperty="test.result.failure"
+ haltonfailure="${test.haltonfailure}"
diff --git a/debian/patches/series b/debian/patches/series
index 49c4cdf..063daac 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,6 +2,7 @@
0002-do-not-load-AJP13-connector-by-default.patch
0003-disable-APR-library-loading.patch
0004-split-deploy-webapps-target-from-deploy-target.patch
+0005-skip-test-failures.patch
0006-add-JARs-below-var-to-class-loader.patch
0009-Use-java.security.policy-file-in-catalina.sh.patch
0010-debianize-build-xml.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/tomcat7.git
More information about the pkg-java-commits
mailing list