diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2022-12-17 13:05:13 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-12-19 12:04:49 +0100 |
commit | f217a1770f641209c164e217ac2d74025209d6f1 (patch) | |
tree | ffafbaf15a0898770e26d475f135458e482d35c2 /dev-java/lmax-disruptor | |
parent | app-text/mupdf: add 1.21.1 (diff) | |
download | gentoo-f217a1770f641209c164e217ac2d74025209d6f1.tar.gz gentoo-f217a1770f641209c164e217ac2d74025209d6f1.tar.bz2 gentoo-f217a1770f641209c164e217ac2d74025209d6f1.zip |
dev-java/lmax-disruptor: fix broken tests
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/28691
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-java/lmax-disruptor')
-rw-r--r-- | dev-java/lmax-disruptor/lmax-disruptor-3.4.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |