[lttng-dev] [PATCH babeltrace] Fix test: OOT build of test_trace_copy and test_trimmer
Jérémie Galarneau
jeremie.galarneau at efficios.com
Tue Aug 29 18:54:31 UTC 2017
Merged in master and stable-2.0. Thanks!
Jérémie
On 28 August 2017 at 12:12, Michael Jeanson <mjeanson at efficios.com> wrote:
> Signed-off-by: Michael Jeanson <mjeanson at efficios.com>
> ---
> tests/cli/test_trace_copy.in | 2 +-
> tests/cli/test_trimmer.in | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tests/cli/test_trace_copy.in b/tests/cli/test_trace_copy.in
> index 5d1e7b4..36e2718 100644
> --- a/tests/cli/test_trace_copy.in
> +++ b/tests/cli/test_trace_copy.in
> @@ -15,7 +15,7 @@
> # this program; if not, write to the Free Software Foundation, Inc., 51
> # Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
>
> -. "@abs_top_srcdir@/tests/utils/common.sh"
> +. "@abs_top_builddir@/tests/utils/common.sh"
>
> clean_tmp() {
> rm -rf "${out_path}" "${text_output1}" "${text_output2}"
> diff --git a/tests/cli/test_trimmer.in b/tests/cli/test_trimmer.in
> index 9303cdf..5a687c6 100644
> --- a/tests/cli/test_trimmer.in
> +++ b/tests/cli/test_trimmer.in
> @@ -15,7 +15,7 @@
> # this program; if not, write to the Free Software Foundation, Inc., 51
> # Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
>
> -. "@abs_top_srcdir@/tests/utils/common.sh"
> +. "@abs_top_builddir@/tests/utils/common.sh"
>
> TRACE_PATH="${BT_CTF_TRACES}/succeed/wk-heartbeat-u/"
>
> --
> 2.7.4
>
--
Jérémie Galarneau
EfficiOS Inc.
http://www.efficios.com
More information about the lttng-dev
mailing list