fix(repo): e2e test script should handle SIGINT
This commit is contained in:
parent
b00a259c1a
commit
a34af96093
@ -161,6 +161,8 @@ function cleanUp(code) {
|
||||
process.exit(code);
|
||||
}
|
||||
|
||||
process.on('SIGINT', () => cleanUp(1));
|
||||
|
||||
runTest()
|
||||
.then(() => {
|
||||
process.exit(0);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user