From: Corentin LABBE Date: Wed, 23 Oct 2019 09:04:02 +0000 (+0200) Subject: remove debuging information of do_afm_util X-Git-Tag: 8.99.1~2 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=6e82e62a3a3983499ee80db9fb37caad7fe3fffa;p=src%2Fqa-testdefinitions.git remove debuging information of do_afm_util This printing breaks 'rid' parsing, remove it. Bug-AGL: SPEC-2903 Bug-AGL: SPEC-2925 Change-Id: I505ab9d2994f983de53849fce25d87c8af44362d Signed-off-by: Corentin LABBE --- diff --git a/common/scripts/application-lifecycle.sh b/common/scripts/application-lifecycle.sh index 551e5b6..13fed05 100755 --- a/common/scripts/application-lifecycle.sh +++ b/common/scripts/application-lifecycle.sh @@ -30,10 +30,8 @@ fi do_afm_util() { if [ $SERVICE_USER -eq 1 -o $APPLICATION_USER -eq 1 ];then - echo "DEBUG: do_afm_util as $AGLDRIVER" su - $AGLDRIVER -c "afm-util $*" else - echo "DEBUG: do_afm_util as $(whoami)" afm-util $* fi return $?