projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8455e4e
)
qemu-iotests: check: print relevant path information
author
Lucas Meneghel Rodrigues
<lmr@redhat.com>
Thu, 1 Dec 2011 13:41:23 +0000
(11:41 -0200)
committer
Kevin Wolf
<kwolf@redhat.com>
Thu, 23 Feb 2012 09:29:47 +0000
(10:29 +0100)
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>
tests/qemu-iotests/check
patch
|
blob
|
history
diff --git
a/tests/qemu-iotests/check
b/tests/qemu-iotests/check
index 84ef3e548090cd97103b08cd51a6b544aba2d4da..8499a04d3e331ff61b1a4f799642872be2db2f41 100755
(executable)
--- 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