mirror of
https://gitee.com/openharmony/xts_tools
synced 2024-11-26 17:40:54 +00:00
!529 validatorhvigor模式切换适配
Merge pull request !529 from sunmingze/master
This commit is contained in:
commit
07ca832c4f
@ -241,7 +241,7 @@ template("ohos_testsuite_base") {
|
||||
if (_project_type == "testhapassist" || _project_type == "testappassist") {
|
||||
_archive_testfile =
|
||||
"${_suite_out_dir}/testcases/module_${_archive_filename}"
|
||||
} else if (_project_type == "testhap") {
|
||||
} else if (_project_type == "testapp") {
|
||||
_hap_name = invoker.hap_name
|
||||
if (_hap_name == "validator" && subsystem_name == "acts") {
|
||||
_suite_out_dir = "${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/acts-validator"
|
||||
|
Loading…
Reference in New Issue
Block a user