X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fregression%2Fust%2Ftype-declarations%2Ftest_type_declarations.py;h=6a2278ecb575328a3a76f52907689d48ffc51afb;hb=fe4ae474583a1d1f8a97b38984480464d4f25435;hp=b2fa282a182b8efc2bbf24603ec7477e777c3075;hpb=8eb2a2325957d2986593970dbaba2215b2940c9f;p=lttng-tools.git diff --git a/tests/regression/ust/type-declarations/test_type_declarations.py b/tests/regression/ust/type-declarations/test_type_declarations.py index b2fa282a1..6a2278ecb 100644 --- a/tests/regression/ust/type-declarations/test_type_declarations.py +++ b/tests/regression/ust/type-declarations/test_type_declarations.py @@ -44,7 +44,7 @@ start_session(session_info) test_env = os.environ.copy() test_env["LTTNG_UST_REGISTER_TIMEOUT"] = "-1" -td_process = subprocess.Popen(test_path + "type-declarations", stdout=subprocess.PIPE, stderr=subprocess.PIPE, env=test_env) +td_process = subprocess.Popen(test_path + "type-declarations", stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL, env=test_env) td_process.wait() print_test_result(td_process.returncode == 0, current_test, "Test application exited normally")