Tests: use babeltrace2 for all tests
[lttng-tools.git] / tests / utils / test_utils.py
index afe066d7692610b2bf0b79638ff63c5ec8d883cd..ba9c2946e7654cea703f74cd43b23a872ec662b9 100644 (file)
@@ -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):
This page took 0.022737 seconds and 4 git commands to generate.