From: Ian Jackson Date: Wed, 11 Jul 2007 15:50:41 +0000 (+0100) Subject: * Discard stderr from our ought-to-be-unnecessary modprobe dm-snapshot. X-Git-Tag: converted-from-bzr~53 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=1ebeefc5053b5cf9c6ff26f4459fdba513493555;p=autopkgtest.git * Discard stderr from our ought-to-be-unnecessary modprobe dm-snapshot. --- diff --git a/debian/changelog b/debian/changelog index 9516f27..72cee70 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ autopkgtest (0.9.1) gutsy; urgency=low * autopkgtest-xenlvm declares that it Depends on dmsetup. + * Discard stderr from our ought-to-be-unnecessary modprobe dm-snapshot. -- diff --git a/xen/with-testbed b/xen/with-testbed index cd6b946..32c8311 100755 --- a/xen/with-testbed +++ b/xen/with-testbed @@ -7,7 +7,7 @@ while test $# -gt $nonoptargs; do shift; done ${ADT_XENLVM_SHARE}/cleanup >/dev/null -modprobe dm-snapshot ||: +modprobe dm-snapshot 2>&1 ||: bdsize=$(blockdev --getsize $lvm_baselv_namepath) dmsetup create $adt_devmapper_cowdev <