Re: [Qemu-devel] [PATCH 0/3] iotests: Fix qemu-iotests-quick.sh

2014-06-30 Thread Stefan Hajnoczi
On Fri, Jun 27, 2014 at 10:47:45PM +0200, Max Reitz wrote: > My previous series "iotests: Allow out-of-tree run" broke > qemu-iotests-quick.sh. Fixing it means simplifying it and allowing more > tests to be added to the quick group, which is what this series does. It > also adds some unaffected tes

Re: [Qemu-devel] [PATCH 0/3] iotests: Fix qemu-iotests-quick.sh

2014-06-30 Thread Kevin Wolf
Am 27.06.2014 um 22:47 hat Max Reitz geschrieben: > My previous series "iotests: Allow out-of-tree run" broke > qemu-iotests-quick.sh. Fixing it means simplifying it and allowing more > tests to be added to the quick group, which is what this series does. It > also adds some unaffected tests to the

[Qemu-devel] [PATCH 0/3] iotests: Fix qemu-iotests-quick.sh

2014-06-27 Thread Max Reitz
My previous series "iotests: Allow out-of-tree run" broke qemu-iotests-quick.sh. Fixing it means simplifying it and allowing more tests to be added to the quick group, which is what this series does. It also adds some unaffected tests to the quick group because I can't see a reason why not to. Thi