diff mbox

[3/5] xfstest: generic/125 add _require_odirect

Message ID 1438236417-24612-4-git-send-email-yangds.fnst@cn.fujitsu.com
State Not Applicable
Headers show

Commit Message

Dongsheng Yang July 30, 2015, 6:06 a.m. UTC
generic/125 is using src/trunc which is testing O_DIRECT.
So we have to add direct dependence to this test.

Signed-off-by: Dongsheng Yang <yangds.fnst@cn.fujitsu.com>
---
 tests/generic/125 | 1 +
 1 file changed, 1 insertion(+)

Comments

Eryu Guan Aug. 3, 2015, 3:12 a.m. UTC | #1
On Thu, Jul 30, 2015 at 02:06:55PM +0800, Dongsheng Yang wrote:
> generic/125 is using src/trunc which is testing O_DIRECT.
> So we have to add direct dependence to this test.
> 
> Signed-off-by: Dongsheng Yang <yangds.fnst@cn.fujitsu.com>

Reviewed-by: Eryu Guan <eguan@redhat.com>

> ---
>  tests/generic/125 | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tests/generic/125 b/tests/generic/125
> index bcf9b3e..67eb63f 100755
> --- a/tests/generic/125
> +++ b/tests/generic/125
> @@ -41,6 +41,7 @@ _supported_os Linux
>  
>  _require_test
>  _require_user
> +_require_odirect
>  
>  TESTDIR=$TEST_DIR/ftrunc
>  TESTFILE=$TESTDIR/ftrunc.tmp
> -- 
> 1.8.4.2
> 
> --
> To unsubscribe from this list: send the line "unsubscribe fstests" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/tests/generic/125 b/tests/generic/125
index bcf9b3e..67eb63f 100755
--- a/tests/generic/125
+++ b/tests/generic/125
@@ -41,6 +41,7 @@  _supported_os Linux
 
 _require_test
 _require_user
+_require_odirect
 
 TESTDIR=$TEST_DIR/ftrunc
 TESTFILE=$TESTDIR/ftrunc.tmp