Message ID | 1464784706-8886-1-git-send-email-hch@lst.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Wed, Jun 01, 2016 at 02:38:26PM +0200, Christoph Hellwig wrote: > The test runs quickly and covers code not covered by any other test, so add > it to the quick group. Also add it to the rw group while we're at it. > > Signed-off-by: Christoph Hellwig <hch@lst.de> Looks good to me, except that I think the summary can be updated to "generic/346: ...", though there's only one 346 right now. Reviewed-by: Eryu Guan <eguan@redhat.com> > --- > tests/generic/group | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/generic/group b/tests/generic/group > index 36fb759..217ffaa 100644 > --- a/tests/generic/group > +++ b/tests/generic/group > @@ -348,7 +348,7 @@ > 343 auto quick metadata > 344 auto > 345 auto > -346 auto > +346 auto quick rw > 347 auto quick rw thin > 348 auto quick metadata > 349 blockdev quick rw > -- > 2.1.4 > > -- > 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 -- 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 --git a/tests/generic/group b/tests/generic/group index 36fb759..217ffaa 100644 --- a/tests/generic/group +++ b/tests/generic/group @@ -348,7 +348,7 @@ 343 auto quick metadata 344 auto 345 auto -346 auto +346 auto quick rw 347 auto quick rw thin 348 auto quick metadata 349 blockdev quick rw
The test runs quickly and covers code not covered by any other test, so add it to the quick group. Also add it to the rw group while we're at it. Signed-off-by: Christoph Hellwig <hch@lst.de> --- tests/generic/group | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)