mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
parent
2628f84a7a
commit
d5c5f1af67
1 changed files with 2 additions and 2 deletions
|
@ -17,14 +17,14 @@ export default function (grunt) {
|
|||
functionalTestRunner.run()
|
||||
.then(failureCount => {
|
||||
if (failureCount) {
|
||||
grunt.fail.error(`${failureCount} test failures`);
|
||||
grunt.fail.warn(`${failureCount} test failures`);
|
||||
return;
|
||||
}
|
||||
|
||||
callback();
|
||||
})
|
||||
.catch(err => {
|
||||
grunt.log.error(err.stack);
|
||||
grunt.fail.warn(err.stack);
|
||||
callback(err);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue