tools: make convert-group ignore converted test files
authorDarrick J. Wong <djwong@kernel.org>
Sat, 3 Jul 2021 03:05:48 +0000 (20:05 -0700)
committerEryu Guan <guaneryu@gmail.com>
Sun, 4 Jul 2021 11:03:50 +0000 (19:03 +0800)
commitc9419e671d0c41d76398734150811683f9f0d53e
treebaf1e2a39432d17537ba0b82abb1d50d3c63bb10
parent80b8fe47d01347d9c5c433440861f41b8954463e
tools: make convert-group ignore converted test files

Teach the tool that rewrites tests files to use _begin_fstest group
tagging to ignore tests that have already been treated.  This will make
it easier for people to rebase their dev branches.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Eryu Guan <guaneryu@gmail.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
tools/convert-group