X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2Fust%2Ftype-declarations%2Ftest_type_declarations.py;h=45394c9a6f4e9363819abf6b4dd19f461d304a24;hb=343af227102f6b274bfd7f6c7220eb3b776ba5e3;hp=da2f57987f7aa40818fb25b5de66b111730b34f0;hpb=4881bba88a421d8e7f41d58feb88b4ca459af87d;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 da2f57987..45394c9a6 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")