[PATCH] xfstests: fix 192 for external logs and enable it by default

Eric Sandeen sandeen at sandeen.net
Wed Sep 2 12:45:11 CDT 2009


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 <hch at lst.de>

Reviewed-by: Eric Sandeen <sandeen at sandeen.net>

> 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 at oss.sgi.com
> http://oss.sgi.com/mailman/listinfo/xfs
> 




More information about the xfs mailing list