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) {
|
||||
allTestsPassed = false;
|
||||
showCompletion();
|
||||
|
||||
if (allTestsPassed) {
|
||||
allTestsPassed = false;
|
||||
showCompletion();
|
||||
}
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user