Skip to content

Commit

Permalink
dev-java/fop: fix test failures
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/918867
Signed-off-by: Volkmar W. Pogatzki <[email protected]>
Closes: gentoo#35195
Signed-off-by: Miroslav Šulc <[email protected]>
  • Loading branch information
vaukai authored and fordfrog committed Feb 6, 2024
1 parent b758578 commit 2364b69
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dev-java/fop/fop-2.9.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
Expand Down Expand Up @@ -151,6 +151,8 @@ src_test() {
# This jar file was created manually from the output of "mvn test".
# Upstream does this with maven-antrun-plugin
jar -xf "${WORKDIR}/fop-2.7-test-event-model.jar" || die
mkdir generated-test || die
mv {target/test-classes,generated-test}/org || die
java-pkg-simple_src_test

einfo "Testing fop-core"
Expand Down

0 comments on commit 2364b69

Please sign in to comment.