diff options
author | Max Reitz <mreitz@redhat.com> | 2020-10-27 20:05:51 +0100 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2020-12-11 17:52:40 +0100 |
commit | 4c36f030638e121872386cd1d3725e745a30d943 (patch) | |
tree | f338267962dc550570ba99451ad9437d3444a02b /tests/qemu-iotests/200.out | |
parent | 63c17df7a4a12ccb0c5355c7429bdee943a4aa1d (diff) | |
download | qemu-4c36f030638e121872386cd1d3725e745a30d943.zip qemu-4c36f030638e121872386cd1d3725e745a30d943.tar.gz qemu-4c36f030638e121872386cd1d3725e745a30d943.tar.bz2 |
iotests: Derive image names from $TEST_IMG
Avoid creating images with custom filenames in $TEST_DIR, because
non-file protocols may want to keep $TEST_IMG (and all other test
images) in some other directory.
Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Message-Id: <20201027190600.192171-12-mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/200.out')
-rw-r--r-- | tests/qemu-iotests/200.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/qemu-iotests/200.out b/tests/qemu-iotests/200.out index a677607..5883f16 100644 --- a/tests/qemu-iotests/200.out +++ b/tests/qemu-iotests/200.out @@ -1,6 +1,6 @@ QA output created by 200 -Formatting 'TEST_DIR/backing.img', fmt=IMGFMT size=536870912 -Formatting 'TEST_DIR/test.img', fmt=IMGFMT size=536870912 backing_file=TEST_DIR/backing.img backing_fmt=IMGFMT +Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=536870912 +Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=536870912 backing_file=TEST_DIR/t.IMGFMT.base backing_fmt=IMGFMT wrote 314572800/314572800 bytes at offset 512 300 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) |