Skip to content

Commit

Permalink
Fix error display in workload summary
Browse files Browse the repository at this point in the history
Display all errors correctly

Fixes #4217
  • Loading branch information
dballesteros7 committed Nov 2, 2012
1 parent eb65f8b commit d08bd4b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ errorSummary = function(errors) {
codeSummary.runLumis = getRunLumiRange(errors[task][step][code].runs)
codeSummary.input = errors[task][step][code].input;
summary[task][step][i] = codeSummary;
i++;
/*
summary[task].totalJobs += codeSummary.jobs;
summary[task].totalFiles += codeSummary.input.length;
Expand Down

0 comments on commit d08bd4b

Please sign in to comment.