mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-24 12:05:46 +08:00
chore(build): temporarily add more logging to debug flakiness on CI
This commit is contained in:
@@ -45,7 +45,7 @@ module.exports = {
|
||||
p.stdout.pipe(process.stdout);
|
||||
p.stderr.pipe(process.stderr);
|
||||
p.on('exit', function(code){
|
||||
if(code !== 0) grunt.fail.warn("Test(s) failed");
|
||||
if(code !== 0) grunt.fail.warn("Karma test(s) failed. Exit code: " + code);
|
||||
done();
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user