diff options
author | Lucas Meneghel Rodrigues <lmr@redhat.com> | 2011-12-01 11:41:23 -0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2012-02-23 10:29:47 +0100 |
commit | df4b627efe3e10d70b5d955f437c256d11f52b2f (patch) | |
tree | d3034fded678c64c47b349c80fb95eeaa710d045 /tests | |
parent | 8455e4ee666d7bdc35cf877bec1c43bd9c52e407 (diff) |
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>
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/qemu-iotests/check | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/qemu-iotests/check b/tests/qemu-iotests/check index 84ef3e548..8499a04d3 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 |