From fe1b334d9737a5205536a41c4bac8e311dbb31ef Mon Sep 17 00:00:00 2001
From: Rohit Gupta <rohit.gupta@eurecom.fr>
Date: Tue, 23 Aug 2016 22:25:30 +0200
Subject: [PATCH] loging when removing old programs

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

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