!813 delete reg match arkpath

Merge pull request !813 from houhaoyu/master5
This commit is contained in:
openharmony_ci
2022-08-02 11:39:18 +00:00
committed by Gitee
+1 -3
View File
@@ -270,9 +270,7 @@ export class ResultStates {
if (this.mErrorCount > 0) {
resultInfo += `ERROR:${this.mErrorCount}`;
result = 'FAIL ';
if (!/ets_loader_ark$/.test(path.resolve(__dirname, '..'))) {
process.exitCode = 1;
}
process.exitCode = 1;
} else {
result = 'SUCCESS ';
}