From: Eric Sandeen Date: Thu, 30 Jul 2009 15:49:13 +0000 (-0500) Subject: actually hook up 198, make it generic X-Git-Tag: v1.1.0~249 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=f11b7e5ff99f39052bce10a9ac1797927fd7330c;p=users%2Fhch%2Fxfstests-dev.git actually hook up 198, make it generic Not entirely sure how I managed this, but 198 was not in groups so was never run - and wasn't in the makefile, so was never built. Oops. Fix that up, make it a generic test, and move it to the aio-dio-regress subdir. Signed-off-by: Eric Sandeen Reviewed-by: Christoph Hellwig --- diff --git a/198 b/198 index 242ac9e1e..97ba737a0 100755 --- a/198 +++ b/198 @@ -42,8 +42,7 @@ _cleanup() . ./common.rc . ./common.filter -# This should actually run on anything that supports O_DIRECT + AIO... -_supported_fs xfs +_supported_fs generic _supported_os Linux echo "Silence is golden." @@ -52,7 +51,7 @@ echo "Silence is golden." rm -f $seq.full rm -f "$TEST_DIR/aiodio_sparse*" -$here/src/aiodio_sparse2 "$TEST_DIR/aiodio_sparse" +$here/src/aio-dio-regress/aiodio_sparse2 "$TEST_DIR/aiodio_sparse" status=$? exit diff --git a/group b/group index 4391a4af0..7a67ce781 100644 --- a/group +++ b/group @@ -307,6 +307,7 @@ prealloc 195 ioctl dump auto quick 196 quota auto quick 197 dir auto quick +198 auto aio quick 199 mount auto quick 200 mount auto quick 201 metadata auto quick diff --git a/src/aiodio_sparse2.c b/src/aio-dio-regress/aiodio_sparse2.c similarity index 100% rename from src/aiodio_sparse2.c rename to src/aio-dio-regress/aiodio_sparse2.c