From f764aea62d9bcde8b80af819bf150100e82bd8b2 Mon Sep 17 00:00:00 2001
From: Rohit Gupta <rohit.gupta@eurecom.fr>
Date: Tue, 23 Aug 2016 22:46:03 +0200
Subject: [PATCH] logging for killing old programs

---
 cmake_targets/autotests/tools/remove_old_programs.bash | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/cmake_targets/autotests/tools/remove_old_programs.bash b/cmake_targets/autotests/tools/remove_old_programs.bash
index eca6cf4c98a..d494847b414 100755
--- a/cmake_targets/autotests/tools/remove_old_programs.bash
+++ b/cmake_targets/autotests/tools/remove_old_programs.bash
@@ -3,6 +3,9 @@
 #$1 programs to be killed and checked
 echo "removing old programs..."
 echo "args = $1"
+echo "programs to be killed"
+ps -aux |grep -E -i $1
+
 ps -aux |grep -E -i $1| awk '{print $2}' | sudo xargs kill -9 
 
 var=`ps -aux |grep -E -i $1`
-- 
GitLab