forked from FOSS/BangleApps
parent
816313e136
commit
b1e7c1b4ea
|
@ -485,7 +485,7 @@ emu.init({
|
|||
console.table(testState);
|
||||
|
||||
process.exit(testState.reduce((a,c)=>{
|
||||
return a + ((c.result == "SUCCESS") ? 0 : 1);
|
||||
return a || ((c.result == "SUCCESS") ? 0 : 1);
|
||||
}, 0))
|
||||
});
|
||||
return p;
|
||||
|
|
Loading…
Reference in New Issue