]> Git Repo - qemu.git/commitdiff
qemu-iotests: Add "_supported_os Linux" to 058
authorFam Zheng <[email protected]>
Sun, 4 Jan 2015 01:53:49 +0000 (09:53 +0800)
committerStefan Hajnoczi <[email protected]>
Tue, 13 Jan 2015 13:43:28 +0000 (13:43 +0000)
Other cases have this, and this test is not portable as well, as we want
to add "make check-block" to "make check", it shouldn't fail on Mac OS
X.

Reported-by: Peter Maydell <[email protected]>
Signed-off-by: Fam Zheng <[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
tests/qemu-iotests/058

index 2d5ca85ddc760671836513fe57e342711a4c3411..a60b34b46cacdb97eb2b6d0f7008a8fcc2e276a9 100755 (executable)
@@ -87,6 +87,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
 
 _supported_fmt qcow2
 _supported_proto file
+_supported_os Linux
 _require_command QEMU_NBD
 
 # Use -f raw instead of -f $IMGFMT for the NBD connection
This page took 0.024543 seconds and 4 git commands to generate.