On Thu, Jan 16, 2020 at 05:15:42PM +0000, Richard W.M. Jones wrote:
You normally want to run the locally compiled copy of virsh. Trying
to run the installed version with the locally compiled library is a
recipe for problems with missing symbols and so on. By adding tools
to the path we can ensure that (eg) the libguestfs test suite will use
compatible copies of the library and virsh.
Signed-off-by: Richard W.M. Jones <rjones(a)redhat.com>
Since this patch doesn't break the original behaviour/use case I don't see a
reason why we couldn't tweak PATH, you can have my:
Reviewed-by: Erik Skultety <eskultet(a)redhat.com>
...but I'd wait a little before merging this patch if anyone with more
expertise has further comments.