From: Antoine Musso Date: Mon, 21 Dec 2015 16:39:12 +0000 (+0100) Subject: build: Enable karma debug log and use progress reporter X-Git-Tag: 1.31.0-rc.0~8322^2 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=fa63a70ae90c8e82d70932ac13eae51083f4a06a;p=lhc%2Fweb%2Fwiklou.git build: Enable karma debug log and use progress reporter Should help diagnostic of QUnit failures such as: Error: Pending AJAX requests: 0 (active: 1) Change-Id: I0ed1c8f0c26d49fa13dab2d9de20181d48ee2932 --- diff --git a/Gruntfile.js b/Gruntfile.js index 946b6522f4..354f0483b6 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -56,8 +56,9 @@ module.exports = function ( grunt ) { included: true, served: false } ], + logLevel: 'DEBUG', frameworks: [ 'qunit' ], - reporters: [ 'dots' ], + reporters: [ 'progress' ], singleRun: true, autoWatch: false, // Some tests in extensions don't yield for more than the default 10s (T89075)