diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-02-25 00:55:47 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-02-25 00:55:47 +0000 |
commit | 355c9197a35689fcfeb072f3d2fd97bf6de3d3c4 (patch) | |
tree | 3d402a915895017ecc1c226a0b34d86aa61f18fc /sys-fs | |
parent | Stable for HPPA (bug #210331). (diff) | |
download | gentoo-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')
-rw-r--r-- | sys-fs/lvm2/ChangeLog | 7 | ||||
-rw-r--r-- | sys-fs/lvm2/lvm2-2.02.33-r1.ebuild | 7 | ||||
-rw-r--r-- | sys-fs/lvm2/lvm2-2.02.33.ebuild | 7 |
3 files changed, 18 insertions, 3 deletions
diff --git a/sys-fs/lvm2/ChangeLog b/sys-fs/lvm2/ChangeLog index 9ad2bd999f71..ae76dda74eae 100644 --- a/sys-fs/lvm2/ChangeLog +++ b/sys-fs/lvm2/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-fs/lvm2 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/ChangeLog,v 1.131 2008/02/11 22:10:00 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/ChangeLog,v 1.132 2008/02/25 00:55:47 robbat2 Exp $ + + 25 Feb 2008; Robin H. Johnson <robbat2@gentoo.org> lvm2-2.02.33.ebuild, + lvm2-2.02.33-r1.ebuild: + Disable testcases now that upstream added them, because they need device + nodes and have kernel interactions - bug 211312. *lvm2-2.02.33-r1 (11 Feb 2008) diff --git a/sys-fs/lvm2/lvm2-2.02.33-r1.ebuild b/sys-fs/lvm2/lvm2-2.02.33-r1.ebuild index 9607744d35cc..f4d1eab422f8 100644 --- a/sys-fs/lvm2/lvm2-2.02.33-r1.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.33-r1.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-r1.ebuild,v 1.1 2008/02/11 22:10:00 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.33-r1.ebuild,v 1.2 2008/02/25 00:55:47 robbat2 Exp $ inherit eutils multilib @@ -139,3 +139,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' +} 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' +} |