X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Futils%2Ftest_utils.py;h=ba9c2946e7654cea703f74cd43b23a872ec662b9;hp=afe066d7692610b2bf0b79638ff63c5ec8d883cd;hb=c125de8f5c0dc9ba3ada63e9317e468ffb9e335a;hpb=53f8be7a05e14be1d0bebc8575d0e5ce394111b2 diff --git a/tests/utils/test_utils.py b/tests/utils/test_utils.py index afe066d76..ba9c2946e 100644 --- a/tests/utils/test_utils.py +++ b/tests/utils/test_utils.py @@ -22,6 +22,7 @@ sys.path.append(lttng_bindings_path) sys.path.append(lttng_bindings_libs_path) from lttng import * +BABELTRACE_BIN="babeltrace2" class SessionInfo: def __init__(self, handle, session_name, tmp_directory, channel_name):