Re: [PULL 10/13] iotests: define group in each iotest

2021-01-21 Thread Vladimir Sementsov-Ogievskiy
21.01.2021 05:36, Eric Blake wrote: From: Vladimir Sementsov-Ogievskiy 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}' <<< "

[PULL 10/13] iotests: define group in each iotest

2021-01-20 Thread Eric Blake
From: Vladimir Sementsov-Ogievskiy 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/^...