summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2023-10-19 20:22:45 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2023-10-19 20:22:45 +0200
commit79bda3c19d4c3dfd16891f93dcce917df5a2a52d (patch)
treefff44e29c80bd0f3fedc83af4d14b524541736e9 /eclass
parentjava-pkg-simple.eclass: improve description of "generated-test" (diff)
downloadgentoo-79bda3c19d4c3dfd16891f93dcce917df5a2a52d.tar.gz
gentoo-79bda3c19d4c3dfd16891f93dcce917df5a2a52d.tar.bz2
gentoo-79bda3c19d4c3dfd16891f93dcce917df5a2a52d.zip
java-pkg-simple.eclass: improved description
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/java-pkg-simple.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/java-pkg-simple.eclass b/eclass/java-pkg-simple.eclass
index d37ea93e0269..143efa707751 100644
--- a/eclass/java-pkg-simple.eclass
+++ b/eclass/java-pkg-simple.eclass
@@ -488,7 +488,8 @@ java-pkg-simple_src_install() {
# It will compile test classes from test sources using ejavac and perform tests
# with frameworks that are defined in ${JAVA_TESTING_FRAMEWORKS}.
# test-classes compiled with alternative compilers like groovyc need to be placed
-# in the "generated-test" directory.
+# in the "generated-test" directory as content of this directory is preserved,
+# whereas content of target/test-classes is removed.
java-pkg-simple_src_test() {
local test_sources=test_sources.lst classes=target/test-classes moduleinfo
local tests_to_run classpath