summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2018-03-05 11:39:44 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2018-03-05 11:49:03 -0800
commit017477bc43f80f99a38da5345ca8756e99be1343 (patch)
tree19a9ca1b53529b33978b5d35639c22d491264c01 /sys-libs/db/db-6.0.35.ebuild
parentdev-ruby/slop: cleanup (diff)
downloadgentoo-017477bc43f80f99a38da5345ca8756e99be1343.tar.gz
gentoo-017477bc43f80f99a38da5345ca8756e99be1343.tar.bz2
gentoo-017477bc43f80f99a38da5345ca8756e99be1343.zip
sys-libs/db: tweak test output to reduce a false positive
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'sys-libs/db/db-6.0.35.ebuild')
-rw-r--r--sys-libs/db/db-6.0.35.ebuild6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys-libs/db/db-6.0.35.ebuild b/sys-libs/db/db-6.0.35.ebuild
index 9b9497e4426f..0797982c6614 100644
--- a/sys-libs/db/db-6.0.35.ebuild
+++ b/sys-libs/db/db-6.0.35.ebuild
@@ -101,6 +101,12 @@ src_prepare() {
local ev="__EDIT_${v}__"
sed -i -e "s/${ev}/${!v}/g" configure || die
done
+
+ # This is a false positive skip in the tests as the test-reviewer code
+ # looks for 'Skipping\s'
+ sed -i \
+ -e '/db_repsite/s,Skipping:,Skipping,g' \
+ "${S_BASE}"/test/tcl/reputils.tcl || die
}
multilib_src_configure() {