commit:     f217a1770f641209c164e217ac2d74025209d6f1
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Sat Dec 17 12:05:13 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 11:04:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f217a177

dev-java/lmax-disruptor: fix broken tests

Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/28691
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-java/lmax-disruptor/lmax-disruptor-3.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/lmax-disruptor/lmax-disruptor-3.4.4.ebuild 
b/dev-java/lmax-disruptor/lmax-disruptor-3.4.4.ebuild
index 740ecc7747c2..75b087415f61 100644
--- a/dev-java/lmax-disruptor/lmax-disruptor-3.4.4.ebuild
+++ b/dev-java/lmax-disruptor/lmax-disruptor-3.4.4.ebuild
@@ -27,7 +27,7 @@ S="${WORKDIR}/disruptor-${PV}"
 JAVA_SRC_DIR="src/main"
 
 JAVA_TEST_GENTOO_CLASSPATH="junit-4"
-JAVA_TEST_SRC_DIR="src/test"
+JAVA_TEST_SRC_DIR="src/test/java"
 JAVA_TEST_EXCLUDES=(
        # valid test classes have pattern *Test with nothing behind
        com.lmax.disruptor.dsl.stubs.TestWorkHandler # No runnable methods

Reply via email to