Jérôme Charaoui pushed to branch master at Debian Java Maintainers / jffi
Commits: 2478106e by Jérôme Charaoui at 2022-11-30T15:18:53-05:00 d/patches: add patch to show test results on console Hopefully this will help debug issues when running the testsuite on some architectures. - - - - - ff400bf1 by Jérôme Charaoui at 2022-11-30T15:40:38-05:00 Update changelog for 1.3.9+ds-3 release - - - - - 3 changed files: - debian/changelog - + debian/patches/0010-output-test-results-to-console-instead-of-file.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +jffi (1.3.9+ds-3) unstable; urgency=medium + + * Team upload. + * d/patches: add patch to show test results on console + + -- Jérôme Charaoui <[email protected]> Wed, 30 Nov 2022 15:40:33 -0500 + jffi (1.3.9+ds-2) unstable; urgency=medium * Team upload. ===================================== debian/patches/0010-output-test-results-to-console-instead-of-file.patch ===================================== @@ -0,0 +1,40 @@ +From: =?utf-8?b?SsOpcsO0bWUgQ2hhcmFvdWk=?= <[email protected]> +Date: Wed, 30 Nov 2022 15:18:01 -0500 +Subject: output test results to console instead of file + +Forwarded: not-needed +--- + build.xml | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +diff --git a/build.xml b/build.xml +index 7c8faaf..6605b72 100644 +--- a/build.xml ++++ b/build.xml +@@ -180,7 +180,7 @@ + </classpath> + <sysproperty key="java.library.path" value="${build.native.dir}"/> + +- <formatter type="plain" /> <!-- to file --> ++ <formatter type="plain" usefile="false" /> <!-- to console --> + <batchtest todir="${build.test.dir}/results"> + <fileset dir="${src.test.dir}"> + <include name="**/*Test*.java"/> +@@ -199,7 +199,7 @@ + <pathelement location="/usr/share/java/hamcrest-core.jar"/> + </classpath> + +- <formatter type="plain" /> <!-- to file --> ++ <formatter type="plain" usefile="false" /> <!-- to console --> + <batchtest todir="${build.test.dir}/results"> + <fileset dir="${src.test.dir}"> + <include name="**/*Test*.java"/> +@@ -219,7 +219,7 @@ + </classpath> + <sysproperty key="jffi.extract.name" value=""/> + +- <formatter type="plain" /> <!-- to file --> ++ <formatter type="plain" usefile="false" /> <!-- to console --> + <batchtest todir="${build.test.dir}/results"> + <fileset dir="${src.test.dir}"> + <include name="**/*Test*.java"/> ===================================== debian/patches/series ===================================== @@ -7,3 +7,4 @@ remove-unnecessary-target-for-native-build.patch nonlinux-platforms.patch 0008-fix-native-library-artifact-not-linked-to-ffi.patch 0009-optimize-build-targets.patch +0010-output-test-results-to-console-instead-of-file.patch View it on GitLab: https://salsa.debian.org/java-team/jffi/-/compare/424525dda4401ce80f8f8f32f0f6722fe0adf184...ff400bf1f5c032fd4babc52f4c190c178e901664 -- View it on GitLab: https://salsa.debian.org/java-team/jffi/-/compare/424525dda4401ce80f8f8f32f0f6722fe0adf184...ff400bf1f5c032fd4babc52f4c190c178e901664 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

