!530 validator5.0R挑单

Merge pull request !530 from sunmingze/OpenHarmony-5.0-Release
This commit is contained in:
openharmony_ci 2024-09-19 03:15:11 +00:00 committed by Gitee
commit b4e305ad74
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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"