From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15539 invoked by alias); 13 Jan 2011 11:05:28 -0000 Received: (qmail 15521 invoked by uid 9737); 13 Jan 2011 11:05:28 -0000 Date: Thu, 13 Jan 2011 11:05:00 -0000 Message-ID: <20110113110528.15519.qmail@sourceware.org> From: zkabelac@sourceware.org To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org Subject: LVM2/test t-lock-blocking.sh Mailing-List: contact lvm2-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: lvm2-cvs-owner@sourceware.org X-SW-Source: 2011-01/txt/msg00059.txt.bz2 CVSROOT: /cvs/lvm2 Module name: LVM2 Changes by: zkabelac@sourceware.org 2011-01-13 11:05:27 Modified files: test : t-lock-blocking.sh Log message: Check for file with clvmd pid Instead of checking $LOCAL_CLVMD set during some 'aux' execution which doesn't seem to be propagated to this shell - check for existance of pid file of clvmd process - so this test is skipped in singlenode cluster test. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/test/t-lock-blocking.sh.diff?cvsroot=lvm2&r1=1.3&r2=1.4 --- LVM2/test/t-lock-blocking.sh 2011/01/05 00:16:20 1.3 +++ LVM2/test/t-lock-blocking.sh 2011/01/13 11:05:27 1.4 @@ -14,7 +14,7 @@ . lib/test aux prepare_devs 3 -test -n "$LOCAL_CLVMD" && exit 200 +test -e LOCAL_CLVMD && exit 200 pvcreate $dev1 $dev2 vgcreate $vg $dev1 $dev2