mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-10 14:06:10 +00:00
exit with 1 if there is an error in tests
This commit is contained in:
parent
fe0b84349a
commit
0ef879d6a6
@ -570,7 +570,7 @@ class EmbarkController {
|
||||
engine.logger.error(err.message || err);
|
||||
}
|
||||
|
||||
process.exit();
|
||||
process.exit(err ? 1 : 0);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user