exit code
This commit is contained in:
parent
baab5b9d20
commit
a06b9552ab
@ -439,8 +439,8 @@ testCli
|
||||
}).catch(err => {
|
||||
console.error("Integration test failed with exception:");
|
||||
console.error(err);
|
||||
process.exit(1);
|
||||
});
|
||||
|
||||
process.exit(0);
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
|
Loading…
Reference in New Issue
Block a user