X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Futils%2Ftest_utils.py;h=ba9c2946e7654cea703f74cd43b23a872ec662b9;hb=06f325ca87e60d1c607346fedfb7e64544336c5c;hp=385f8544d1130a3487a4cedf959821ddf9d837c2;hpb=9d16b343fb9e781fc8d8fa3c448a3f382306dd33;p=lttng-tools.git diff --git a/tests/utils/test_utils.py b/tests/utils/test_utils.py index 385f8544d..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): @@ -74,7 +75,7 @@ def create_session(): res = create(session_name, trace_path) if res < 0: - bail("Failed to create tracing session.") + bail("Failed to create recording session.") channel = Channel() channel.name = "channel0"