aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Meneghel Rodrigues <lmr@redhat.com>2011-12-01 11:41:23 -0200
committerChristoph Hellwig <hch@lst.de>2011-12-08 16:51:51 +0000
commit1dfbf5d8c43e85bc0da1fc7e7cd9eab1ff61b85d (patch)
tree3c36440910cf8eae67bc0412fc1ffc1b627340f6
parent75adf62a2a2b06dfeffab8136e33ba758398314b (diff)
downloadqemu-iotests-1dfbf5d8c43e85bc0da1fc7e7cd9eab1ff61b85d.tar.gz
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-xcheck3
1 files changed, 3 insertions, 0 deletions
diff --git a/check b/check
index 84ef3e5..8499a04 100755
--- a/check
+++ b/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