X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=tests%2Futils%2Flttngtest%2Fenvironment.py;h=a119669ed99f1718d52f738382a44dc8b874ef7b;hb=8466f0713f871bcbad5d5f6d0d6a291cb441e3df;hp=e71e588df80dfdfcfd14290547cf73cad77c2716;hpb=011e18de205a8ce58182e59301aad48513a28c0b;p=lttng-tools.git diff --git a/tests/utils/lttngtest/environment.py b/tests/utils/lttngtest/environment.py index e71e588df..a119669ed 100644 --- a/tests/utils/lttngtest/environment.py +++ b/tests/utils/lttngtest/environment.py @@ -100,7 +100,7 @@ class WaitTraceTestApplication: test_app_env["LTTNG_UST_REGISTER_TIMEOUT"] = "-1" # File that the application will create to indicate it has completed its initialization. - app_ready_file_path: str = tempfile.mktemp( + app_ready_file_path = tempfile.mktemp( prefix="app_", suffix="_ready", dir=self._compat_open_path(environment.lttng_home_location),