Fix: Use tmpdir for intermediary files
[lttng-tools.git] / tests / regression / ust / ust-dl / test_ust-dl.py
index e60a65a9331e8771cc8be9f832e51493d032ea4e..81972a7db90e8ce57ffc6dd35e38a32188fd8e90 100644 (file)
@@ -31,7 +31,7 @@ sys.path.append(test_utils_path)
 from test_utils import *
 
 
-NR_TESTS = 11
+NR_TESTS = 14
 current_test = 1
 print("1..{0}".format(NR_TESTS))
 
@@ -49,7 +49,7 @@ test_env = os.environ.copy()
 test_env["LD_PRELOAD"] = test_env.get("LD_PRELOAD", "") + ":liblttng-ust-dl.so"
 test_env["LD_LIBRARY_PATH"] = test_env.get("LD_LIBRARY_PATH", "") + ":" + test_path
 test_process = subprocess.Popen(test_path + "prog",
-                                stdout=subprocess.PIPE, stderr=subprocess.PIPE,
+                                stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL,
                                 env=test_env)
 test_process.wait()
 
This page took 0.025045 seconds and 4 git commands to generate.