From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cuda.sgi.com (cuda2.sgi.com [192.48.176.25]) by oss.sgi.com (8.14.3/8.14.3/SuSE Linux 0.8) with ESMTP id n82HilJK033685 for ; Wed, 2 Sep 2009 12:44:58 -0500 Received: from mx1.redhat.com (localhost [127.0.0.1]) by cuda.sgi.com (Spam Firewall) with ESMTP id 5407141E181 for ; Wed, 2 Sep 2009 10:45:23 -0700 (PDT) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by cuda.sgi.com with ESMTP id 7XDAGu5KGlkSi4ex for ; Wed, 02 Sep 2009 10:45:23 -0700 (PDT) Message-ID: <4A9EAF27.6090109@sandeen.net> Date: Wed, 02 Sep 2009 12:45:11 -0500 From: Eric Sandeen MIME-Version: 1.0 Subject: Re: [PATCH] xfstests: fix 192 for external logs and enable it by default References: <20090826220836.GA18119@infradead.org> In-Reply-To: <20090826220836.GA18119@infradead.org> List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: xfs-bounces@oss.sgi.com Errors-To: xfs-bounces@oss.sgi.com To: Christoph Hellwig Cc: xfs@oss.sgi.com Christoph Hellwig wrote: > Use _test_mount instead of plain mount to make it work with external logs. > > Enable it by default now that it runs everywhere. > > Signed-off-by: Christoph Hellwig Reviewed-by: Eric Sandeen > Index: xfstests-dev/group > =================================================================== > --- xfstests-dev.orig/group 2009-08-26 21:57:59.000000000 +0000 > +++ xfstests-dev/group 2009-08-26 21:58:06.000000000 +0000 > @@ -301,7 +301,7 @@ prealloc > 189 mount auto quick > 190 rw auto quick > 191 nfs4acl auto > -192 atime > +192 atime auto > 193 metadata auto quick > 194 rw auto > 195 ioctl dump auto quick > Index: xfstests-dev/192 > =================================================================== > --- xfstests-dev.orig/192 2009-08-26 21:57:51.000000000 +0000 > +++ xfstests-dev/192 2009-08-26 22:04:16.000000000 +0000 > @@ -67,7 +67,7 @@ time2=`_access_time $testfile | tee -a $ > > cd / > umount $TEST_DIR > -mount $TEST_DIR > +_test_mount > time3=`_access_time $testfile | tee -a $seq.full` > > delta1=`expr $time2 - $time1` > > _______________________________________________ > xfs mailing list > xfs@oss.sgi.com > http://oss.sgi.com/mailman/listinfo/xfs > _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs