From 43f12d43db99ba46319f3c245e9aeb9d3fac82f0 Mon Sep 17 00:00:00 2001 From: Stephane Desneux Date: Wed, 13 Aug 2014 18:19:01 +0200 Subject: [PATCH] update due to changes on AppID management Change-Id: I6728191c4ff29f5337adda28bb9d1412caaccca2 Signed-off-by: Stephane Desneux --- common/runtest.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/runtest.sh b/common/runtest.sh index 6700156..810bfc3 100644 --- a/common/runtest.sh +++ b/common/runtest.sh @@ -27,7 +27,7 @@ resfile=$resdir/testkit.result.xml function get_widgetid () { - sqlite3 $widgetsdb "select x_slp_appid from app_info where name=\"$1\"" | awk -F. '{ print $2}' + sqlite3 $widgetsdb "select x_slp_appid from app_info where name=\"$1\"" } function launch_testkit_stub () { @@ -111,4 +111,4 @@ do cp $tmpoutfile $resfile done -echo '## execution script: finished' \ No newline at end of file +echo '## execution script: finished' -- 2.34.1