commit: 6264143bcfd773d15bd12ae847b878e1b034cbce
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 23 21:25:39 2026 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 23 21:31:51 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6264143b
dev-libs/xapian: run tests verbosely; skip one timing test
The test harness they use looks for VERBOSE.
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/xapian/xapian-1.4.31.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-libs/xapian/xapian-1.4.31.ebuild
b/dev-libs/xapian/xapian-1.4.31.ebuild
index e76c474820ce..c6822e8318c7 100644
--- a/dev-libs/xapian/xapian-1.4.31.ebuild
+++ b/dev-libs/xapian/xapian-1.4.31.ebuild
@@ -63,6 +63,8 @@ src_configure() {
}
src_test() {
+ local -x VERBOSE=1
+ local -x AUTOMATED_TESTING=1
emake -Onone check
}