public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ext4/308: add the missing _supported_fs
@ 2017-03-08 11:54 Eryu Guan
  2017-03-08 17:42 ` [PATCH v2] fstests: add the missing _supported_fs to tests Eryu Guan
  0 siblings, 1 reply; 5+ messages in thread
From: Eryu Guan @ 2017-03-08 11:54 UTC (permalink / raw)
  To: fstests; +Cc: Eryu Guan

There's no supported fs check in this test, it will run on all
filesystems. Let's add it back.

Signed-off-by: Eryu Guan <eguan@redhat.com>
---
 tests/ext4/308 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/ext4/308 b/tests/ext4/308
index 74bfc1b..4a811af 100755
--- a/tests/ext4/308
+++ b/tests/ext4/308
@@ -43,6 +43,7 @@ _cleanup()
 
 # real QA test starts here
 _supported_os Linux
+_supported_fs ext4
 _require_scratch
 _require_defrag
 _require_xfs_io_command "falloc"
-- 
2.9.3


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-03-09  5:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-08 11:54 [PATCH] ext4/308: add the missing _supported_fs Eryu Guan
2017-03-08 17:42 ` [PATCH v2] fstests: add the missing _supported_fs to tests Eryu Guan
2017-03-09  2:10   ` Theodore Ts'o
2017-03-09  4:26     ` Eryu Guan
2017-03-09  5:58       ` Theodore Ts'o

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox