X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Futils%2Flttngtest%2Fenvironment.py;h=6567467ebb19328f8208e32ab7e1d21a1807c1ad;hb=e88109fc2e2b94e4720fed2beac1ae871d8149c3;hp=0efb2b5f526ea5edba9ea5199e87772645d3db4d;hpb=873d3601e0c4a5ca128799f8b6514a1816b735e1;p=lttng-tools.git diff --git a/tests/utils/lttngtest/environment.py b/tests/utils/lttngtest/environment.py index 0efb2b5f5..6567467eb 100644 --- a/tests/utils/lttngtest/environment.py +++ b/tests/utils/lttngtest/environment.py @@ -189,7 +189,8 @@ class WaitTraceTestApplication: class TraceTestApplication: """ - Create an application to trace. + Create an application that emits events as soon as it is launched. In most + scenarios, it is preferable to use a WaitTraceTestApplication. """ def __init__(self, binary_path, environment):