Tests: fix make targets using objcopy
[lttng-tools.git] / tests / regression / ust / baddr-statedump / test_baddr-statedump.py
index 308eff4296a713dc7c49f791c4b9d7f67d77916a..47ed9d6156b5a61a16e7b2f9730859aa1cb44e49 100644 (file)
@@ -45,7 +45,7 @@ session_info = create_session()
 enable_ust_tracepoint_event(session_info, "*")
 start_session(session_info)
 
-test_process = subprocess.Popen(test_path + "prog", stdout=subprocess.PIPE, stderr=subprocess.PIPE)
+test_process = subprocess.Popen(test_path + "prog.strip", stdout=subprocess.PIPE, stderr=subprocess.PIPE)
 if sys.version_info >= (3, 3):
     try:
         test_process.wait(5)
This page took 0.023248 seconds and 4 git commands to generate.