Chromium Code Reviews| Index: Tools/GardeningServer/karma.conf.js |
| diff --git a/Tools/GardeningServer/karma.conf.js b/Tools/GardeningServer/karma.conf.js |
| index d945116cb85ddd26ec847bbdb1b64121682a3855..419828ceae8b1a9f54b8d80bccce1dfd78419ea9 100644 |
| --- a/Tools/GardeningServer/karma.conf.js |
| +++ b/Tools/GardeningServer/karma.conf.js |
| @@ -17,7 +17,8 @@ module.exports = function(config) { |
| ui: 'bdd', |
| checkLeaks: true, |
| globals: ['net'] |
| - } |
| + }, |
| + captureConsole: true |
| }, |
| // list of files / patterns to load in the browser |