From: chen Date: Thu, 13 Jul 2023 09:29:08 +0000 (+0800) Subject: [common][widgetservice] fix pack.py error cannot find lib folder X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F62%2F295762%2F1;p=test%2Ftct%2Fweb%2Fapi.git [common][widgetservice] fix pack.py error cannot find lib folder Change-Id: Ia7022c81f6d53151ff843668593e8bfa38d05092 Signed-off-by: chen --- diff --git a/common/tct-widgetservice-tizen-tests/pack.py b/common/tct-widgetservice-tizen-tests/pack.py index d725d5685..c2c9451ce 100755 --- a/common/tct-widgetservice-tizen-tests/pack.py +++ b/common/tct-widgetservice-tizen-tests/pack.py @@ -817,10 +817,6 @@ def buildPKGAPP(build_json=None): os.path.join(BUILD_ROOT_SRC, "tizen-manifest.xml"), os.path.join(BUILD_ROOT_SRC_PKG_APP, "tizen-manifest.xml")): return False - if not doCopy( - os.path.join(BUILD_ROOT_SRC, "lib"), - os.path.join(BUILD_ROOT_SRC_PKG_APP, "lib")): - return False if not doCopy( os.path.join(BUILD_ROOT_SRC, "shared"), os.path.join(BUILD_ROOT_SRC_PKG_APP, "shared")): diff --git a/common/tct-widgetservice-tizen-tests/suite.json b/common/tct-widgetservice-tizen-tests/suite.json index 43f6ddf58..e0b485e80 100755 --- a/common/tct-widgetservice-tizen-tests/suite.json +++ b/common/tct-widgetservice-tizen-tests/suite.json @@ -9,7 +9,6 @@ "manifest.json", "suite.json", "inst.*", - "lib", "shared" ], "pkg-list": {