summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-02-25 00:55:47 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2008-02-25 00:55:47 +0000
commit355c9197a35689fcfeb072f3d2fd97bf6de3d3c4 (patch)
tree3d402a915895017ecc1c226a0b34d86aa61f18fc /sys-fs/lvm2/lvm2-2.02.33.ebuild
parentStable for HPPA (bug #210331). (diff)
downloadgentoo-2-355c9197a35689fcfeb072f3d2fd97bf6de3d3c4.tar.gz
gentoo-2-355c9197a35689fcfeb072f3d2fd97bf6de3d3c4.tar.bz2
gentoo-2-355c9197a35689fcfeb072f3d2fd97bf6de3d3c4.zip
Disable testcases now that upstream added them, because they need device nodes and have kernel interactions - bug 211312.
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-fs/lvm2/lvm2-2.02.33.ebuild')
-rw-r--r--sys-fs/lvm2/lvm2-2.02.33.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys-fs/lvm2/lvm2-2.02.33.ebuild b/sys-fs/lvm2/lvm2-2.02.33.ebuild
index 91691924f1e6..f61fa6f5ff22 100644
--- a/sys-fs/lvm2/lvm2-2.02.33.ebuild
+++ b/sys-fs/lvm2/lvm2-2.02.33.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.33.ebuild,v 1.2 2008/02/08 20:37:34 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.33.ebuild,v 1.3 2008/02/25 00:55:47 robbat2 Exp $
inherit eutils multilib
@@ -138,3 +138,8 @@ pkg_postinst() {
elog "baselayout-2 users. If you are using baselayout-2, be sure to"
elog "run: # rc-update add lvm boot"
}
+
+src_test() {
+ einfo 'Testcases disabled because of device-node mucking'
+ einfo 'If you want them, compile the package and see ${S}/tests'
+}