mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-11 14:34:40 +00:00
stop tests when deploy fails
This commit is contained in:
parent
edb6876d7a
commit
52d0c5a8dd
@ -89,7 +89,7 @@ Test.prototype.deployAll = function(contractsConfig, cb) {
|
||||
], function(err, result) {
|
||||
if (err) {
|
||||
console.log('terminating due to error');
|
||||
process.exit();
|
||||
process.exit(1);
|
||||
}
|
||||
// this should be part of the waterfall and not just something done at the
|
||||
// end
|
||||
|
Loading…
x
Reference in New Issue
Block a user