From: Christian Babeux Date: Tue, 18 Dec 2012 21:31:14 +0000 (-0500) Subject: run-report: Use libtool wrapper to spawn the sessiond for tests X-Git-Tag: v2.1.0~22 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=7c0a523d3259f02d3c984f9a19533d88c7079712;hp=7c0a523d3259f02d3c984f9a19533d88c7079712;p=lttng-tools.git run-report: Use libtool wrapper to spawn the sessiond for tests The run-report script was using the sessiond binary generated via libtool under the ".libs/" folder. When using this binary, the consumerd used when starting the sessiond is the one installed system-wide (if any). This could lead to tests failures if no consumer are installed in the system or any version mismatch occurs. This commit fix this by using the consumerd that was built with libtool in the local source tree. Signed-off-by: Christian Babeux Signed-off-by: David Goulet ---