[common[widgetservice]fix pack.py error cant find lib folder 70/295970/1
authorwei625.zhang <wei625.zhang@samsung.com>
Tue, 18 Jul 2023 03:40:44 +0000 (11:40 +0800)
committerwei625.zhang <wei625.zhang@samsung.com>
Tue, 18 Jul 2023 03:43:55 +0000 (11:43 +0800)
Change-Id: I77ed81a978ed8039fc454c374c1508ed064645dd
Signed-off-by: wei625.zhang <wei625.zhang@samsung.com>
common/tct-widgetservice-tizen-tests/pack.py
common/tct-widgetservice-tizen-tests/suite.json

index d725d5685cf0da4f4cceec8dbafeeca89c27ebfc..c2c9451ce5f1b6b53b2e0bbba6cc3f7845d1fee9 100755 (executable)
@@ -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")):
index 43f6ddf58007e6b0051941cc07644bc89bdeb2c9..e0b485e8089d73e039e0c4cba27c306c84239704 100755 (executable)
@@ -9,7 +9,6 @@
         "manifest.json",
         "suite.json",
         "inst.*",
-        "lib",
         "shared"
     ],
     "pkg-list": {