tests: test_ust_constructor: Split test_ust_constructor binary
[lttng-tools.git] / tests / utils / lttngtest / environment.py
index f0e894a69e14c470c7ac56a0f98b8fc3dab3dad4..74dcfb8d26cebf89c66fbd187d77e4eef1a0dcc6 100644 (file)
@@ -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,
         )
 
This page took 0.02325 seconds and 4 git commands to generate.