Skip to content

Commit 51b60fb

Browse files
committed
try
1 parent b6edba5 commit 51b60fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/jasmine/karma.conf.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ var pathToCustomMatchers = path.join(__dirname, 'assets', 'custom_matchers.js');
119119
var pathToUnpolyfill = path.join(__dirname, 'assets', 'unpolyfill.js');
120120
var pathToMathJax = path.join(constants.pathToDist, 'extras', 'mathjax');
121121

122-
var reporters = ((isFullSuite && !argv.tags) || argv.showSkipped) ? ['dots', 'spec'] : ['progress'];
122+
var reporters = ((isFullSuite && !argv.tags) || argv.showSkipped) ? ['spec'] : ['progress'];
123123
if(argv.verbose) reporters.push('verbose');
124124

125125
function func(config) {
@@ -262,8 +262,8 @@ func.defaultConfig = {
262262
// use 'karma-spec-reporter' to log info about skipped specs
263263
specReporter: {
264264
suppressErrorSummary: true,
265-
suppressFailed: true,
266-
suppressPassed: true,
265+
suppressFailed: !isCI,
266+
suppressPassed: !isCI,
267267
suppressSkipped: false,
268268
showSpecTiming: false
269269
}

0 commit comments

Comments
 (0)