Prevent success from showing if no tests or other errors are encountered
This commit is contained in:
@ -214,10 +214,12 @@ var runTests = function(err, data) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
|
||||||
if (allTestsPassed) {
|
if (allTestsPassed) {
|
||||||
allTestsPassed = false;
|
allTestsPassed = false;
|
||||||
showCompletion();
|
showCompletion();
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user