puyajun
2022-03-22 15:52:12 +08:00
committed by 蒲亚军
parent c37c18848e
commit 8b09187901
+3
View File
@@ -206,6 +206,9 @@ export class ResultStates {
if (this.mErrorCount > 0) {
resultInfo += `ERROR:${this.mErrorCount}`;
result = 'FAIL ';
if (!/ets_loader_ark$/.test(path.resolve(__dirname, ".."))) {
process.exitCode = 1;
}
} else {
result = 'SUCCESS ';
}