Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(720)

Unified Diff: Tools/GardeningServer/karma.conf.js

Issue 484753002: Fix exception when running Sheriff-o-Matic tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Tools/GardeningServer/ui/test/ct-commit-list-tests.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | Tools/GardeningServer/ui/test/ct-commit-list-tests.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698