X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fregression%2Fust%2Flibc-wrapper%2Ftest_libc-wrapper.py;h=2870c81c1e47b743a6923aa742df3bc7115fc9d8;hb=fe4ae474583a1d1f8a97b38984480464d4f25435;hp=545d5662f3030ef64d2e7880f984c6f855a55328;hpb=8eb2a2325957d2986593970dbaba2215b2940c9f;p=lttng-tools.git diff --git a/tests/regression/ust/libc-wrapper/test_libc-wrapper.py b/tests/regression/ust/libc-wrapper/test_libc-wrapper.py index 545d5662f..2870c81c1 100644 --- a/tests/regression/ust/libc-wrapper/test_libc-wrapper.py +++ b/tests/regression/ust/libc-wrapper/test_libc-wrapper.py @@ -42,7 +42,7 @@ session_info = create_session() enable_ust_tracepoint_event(session_info, "lttng_ust_libc*") start_session(session_info) -malloc_process = subprocess.Popen(test_path + "prog", stdout=subprocess.PIPE, stderr=subprocess.PIPE) +malloc_process = subprocess.Popen(test_path + "prog", stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL) malloc_process.wait() print_test_result(malloc_process.returncode == 0, current_test, "Test application exited normally")