run-report: Use libtool wrapper to spawn the sessiond for tests
authorChristian Babeux <christian.babeux@efficios.com>
Tue, 18 Dec 2012 21:31:14 +0000 (16:31 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 18 Dec 2012 21:47:52 +0000 (16:47 -0500)
commit7c0a523d3259f02d3c984f9a19533d88c7079712
tree56586f8d228131ab3234bb787bbc04c3a5d02144
parentfbb3b395a2bba6fb7ecdd85baf7f01cb5899d200
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 <christian.babeux@efficios.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>
tests/run-report.py
This page took 0.026347 seconds and 5 git commands to generate.