21.01.2021 05:36, Eric Blake wrote:
From: Vladimir Sementsov-Ogievskiy<[email protected]>We are going to drop group file. Define group in tests as a preparatory step. The patch is generated by cd tests/qemu-iotests grep '^[0-9]\{3\} ' group | while read line; do file=$(awk '{print $1}' <<< "$line"); groups=$(sed -e 's/^... //' <<< "$line"); awk "NR==2{print \"# group: $groups\"}1" $file > tmp; cat tmp > $file; done Signed-off-by: Vladimir Sementsov-Ogievskiy<[email protected]> Reviewed-by: Eric Blake<[email protected]> Message-Id:<[email protected]> Signed-off-by: Eric Blake<[email protected]>
Hmm. I think this patch should go together with the main series about refactoring iotests/check, not with preparation fixes. Otherwise we'll diverge if more tests will come in a mean time (or any change in group file). And just for good history, better keep this patch close to dropping of group file. -- Best regards, Vladimir
