modify code path

Signed-off-by: ry <ry.renyi@huawei.com>
This commit is contained in:
ry 2022-09-14 10:45:49 +00:00 committed by Gitee
parent 431da57e80
commit e148b8b4a2
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 2 additions and 2 deletions

View File

@ -411,7 +411,7 @@ template("ohos_deploy_xdevice") {
_args = [
"build_xdevice",
"--source_dir",
rebase_path("//test/xdevice"),
rebase_path("//test/testfwk/xdevice"),
"--suite_out_dir",
rebase_path(_suite_out_dir),
]

View File

@ -118,7 +118,7 @@ template("deploy_suite") {
_arguments = [
"build_xdevice",
"--project_dir",
rebase_path("//test/xdevice"),
rebase_path("//test/testfwk/xdevice"),
"--output_dirs",
_outputs,
]