X-Git-Url: https://git.liburcu.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Futils%2Flttngtest%2Fenvironment.py;h=42b0a61b9b35930d9474fa529390e9181382ff6f;hp=6567467ebb19328f8208e32ab7e1d21a1807c1ad;hb=47ddc6e5668497fc0cb863888559fcf0ae2bdbfa;hpb=e88109fc2e2b94e4720fed2beac1ae871d8149c3 diff --git a/tests/utils/lttngtest/environment.py b/tests/utils/lttngtest/environment.py index 6567467eb..42b0a61b9 100644 --- a/tests/utils/lttngtest/environment.py +++ b/tests/utils/lttngtest/environment.py @@ -206,9 +206,9 @@ class TraceTestApplication: test_app_args = [str(binary_path)] - self._process: subprocess.Popen = subprocess.Popen( + self._process = subprocess.Popen( test_app_args, env=test_app_env - ) + ) # type: subprocess.Popen def wait_for_exit(self): # type: () -> None