common.config: Allow use of arbitrary qemu* pathsmaster
commit4e1cfca61e977bb34eeb7978db596fce15282cf7
authorLucas Meneghel Rodrigues <lmr@redhat.com>
Thu, 1 Dec 2011 13:41:24 +0000 (1 11:41 -0200)
committerChristoph Hellwig <hch@lst.de>
Thu, 8 Dec 2011 16:51:51 +0000 (8 16:51 +0000)
tree5fa17ea17473772fc055818c2b8645202599092f
parent1dfbf5d8c43e85bc0da1fc7e7cd9eab1ff61b85d
common.config: Allow use of arbitrary qemu* paths

Since we might want to test arbitrary qemu, qemu-img and
qemu-io paths, allow users to specify environment variable
values for QEMU_PROG, QEMU_IMG_PROG and QEMU_IO_PROG so
the testsuite will use those values rather than find them
on PATH. Obviously, if such env variables are not set
prior to script execution, normal detection mechanism
takes place.

Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
common.config