exit code

This commit is contained in:
Florian Dold 2020-01-17 22:00:58 +01:00
parent baab5b9d20
commit a06b9552ab
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -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);