summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorLucas Meneghel Rodrigues <lmr@redhat.com>2011-12-01 11:41:23 -0200
committerKevin Wolf <kwolf@redhat.com>2012-02-23 10:29:47 +0100
commitdf4b627efe3e10d70b5d955f437c256d11f52b2f (patch)
treed3034fded678c64c47b349c80fb95eeaa710d045
parent8455e4ee666d7bdc35cf877bec1c43bd9c52e407 (diff)
downloadfocaccia-qemu-df4b627efe3e10d70b5d955f437c256d11f52b2f.tar.gz
focaccia-qemu-df4b627efe3e10d70b5d955f437c256d11f52b2f.zip
qemu-iotests: check: print relevant path information
Print the paths of the programs under test
(qemu, qemu-img and qemu-io).

Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
-rwxr-xr-xtests/qemu-iotests/check3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/qemu-iotests/check b/tests/qemu-iotests/check
index 84ef3e5480..8499a04d3e 100755
--- a/tests/qemu-iotests/check
+++ b/tests/qemu-iotests/check
@@ -158,6 +158,9 @@ FULL_HOST_DETAILS=`_full_platform_details`
 #FULL_MOUNT_OPTIONS=`_scratch_mount_options`
 
 cat <<EOF
+QEMU          -- $QEMU
+QEMU_IMG      -- $QEMU_IMG
+QEMU_IO       -- $QEMU_IO
 IMGFMT        -- $FULL_IMGFMT_DETAILS
 IMGPROTO      -- $FULL_IMGPROTO_DETAILS
 PLATFORM      -- $FULL_HOST_DETAILS