[lttng-dev] [PATCH babeltrace] Fix test: OOT build of test_trace_copy and test_trimmer
Michael Jeanson
mjeanson at efficios.com
Mon Aug 28 16:12:08 UTC 2017
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
More information about the lttng-dev
mailing list