diff options
Diffstat (limited to 'tests/qemu-iotests/266')
-rwxr-xr-x | tests/qemu-iotests/266 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/266 b/tests/qemu-iotests/266 index 71ce81d0df..8fc3807ac5 100755 --- a/tests/qemu-iotests/266 +++ b/tests/qemu-iotests/266 @@ -137,7 +137,7 @@ def main(): iotests.log('') vm.shutdown() - iotests.img_info_log(file_path) + iotests.img_info_log(file_path, check=False) iotests.script_main(main, |