- Fix reinstall smoke test
Related changes:
[app-installers] : https://review.tizen.org/gerrit/114699
Change-Id: I16b8d138a557f35c58de8c01f00dd294ca6f8cdb
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
std::string pkgid = "smokeapp25";
std::string appid = "smokeapp25.ReinstallModeTpk";
bf::path sdk_expected_dir =
- bf::path(ci::GetRootAppPath(false, kTestUserId)) / "tmp" / pkgid;
+ bf::path(tzplatform_getenv(TZ_SDK_TOOLS)) / "tmp" / pkgid;
bs::error_code error;
bf::create_directories(sdk_expected_dir.parent_path(), error);
ASSERT_FALSE(error);