mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
- Enables tests. - Builds with eant because of very complex test management. - Skips some tests which would otherwise neeed network access. - Disables jacoco coverage which would otherwise need network access. Bug: https://bugs.gentoo.org/916262 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Part-of: https://codeberg.org/gentoo/gentoo/pulls/353 Merges: https://codeberg.org/gentoo/gentoo/pulls/353 Signed-off-by: Sam James <sam@gentoo.org>
12 lines
361 B
Diff
12 lines
361 B
Diff
--- a/test/test-repo/build.xml
|
|
+++ b/test/test-repo/build.xml
|
|
@@ -20,7 +20,7 @@
|
|
|
|
<!-- Need ant contrib ! -->
|
|
<taskdef resource="net/sf/antcontrib/antcontrib.properties">
|
|
- <classpath location="${basedir}/../../lib/ant-contrib.jar"/>
|
|
+ <classpath location="${ant-contrib.jar}"/>
|
|
</taskdef>
|
|
|
|
<target name="generate-bundles">
|