X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=tests%2Futils%2Flttngtest%2Fenvironment.py;h=74dcfb8d26cebf89c66fbd187d77e4eef1a0dcc6;hb=09a872ef0b4e1432329aa42fecc61f50e9baa367;hp=f0e894a69e14c470c7ac56a0f98b8fc3dab3dad4;hpb=cebde614e5805e89341ba75d276b4d3e2da7225f;p=lttng-tools.git diff --git a/tests/utils/lttngtest/environment.py b/tests/utils/lttngtest/environment.py index f0e894a69..74dcfb8d2 100644 --- a/tests/utils/lttngtest/environment.py +++ b/tests/utils/lttngtest/environment.py @@ -612,7 +612,7 @@ class _Environment(logger._Logger): wait_before_exit_file_path, ) - def launch_trace_test_constructor_application(self): + def launch_test_application(self, subpath): # type () -> TraceTestApplication """ Launch an application that will trace from within constructors. @@ -622,8 +622,7 @@ class _Environment(logger._Logger): / "tests" / "utils" / "testapp" - / "gen-ust-events-constructor" - / "gen-ust-events-constructor", + / subpath, self, )