From patchwork Fri May 27 10:45:03 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: qemu-iotest: test 005, don't run on raw Date: Fri, 27 May 2011 00:45:03 -0000 From: Feiran Zheng X-Patchwork-Id: 97670 Message-Id: To: qemu-devel@nongnu.org Cc: hch@lst.de Patch on qemu-iotest. 005, test of creating 5TB images, not practical on raw format, so not run on it. Signed-off-by: Fam Zheng --- 005 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/005 b/005 index 74537db..e086b6f 100755 --- a/005 +++ b/005 @@ -46,7 +46,7 @@ _supported_proto generic _supported_os Linux # vpc is limited to 127GB, so we can't test it here -if [ "$IMGFMT" = "vpc" ]; then +if [ "$IMGFMT" = "vpc" ] || [ "$IMGFMT" = "raw" ]; then _notrun "image format $IMGFMT does not support large image sizes" fi