From d8e292d43117c58804e19819eb06b5621f25246b Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Mon, 28 Aug 2017 12:12:08 -0400 Subject: [PATCH] Fix test: OOT build of test_trace_copy and test_trimmer MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Jeanson Signed-off-by: Jérémie Galarneau --- 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 41be44c1..ca37ced4 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 03777af5..e69d7e03 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.34.1