Continuum

Email Summary no longer includes the Test Summary statistics.

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 1.1-beta-4
  • Fix Version/s: 1.1
  • Component/s: None
  • Labels:
    None
  • Complexity:
    Intermediate
  • Number of attachments :
    0

Description

When I have my email configuration set to include the build result and build summary the tests summary does not display.

<includeBuildResult>true</includeBuildResult>
<includeBuildSummary>true</includeBuildSummary>

Output in 1.1-beta-4

****************************************************************************
Dependencies Changes:
****************************************************************************
No dependencies changed

****************************************************************************
Build Defintion:
****************************************************************************
POM filename: pom.xml
Goals: clean deploy site-deploy
Arguments: --batch-mode --non-recursive
Build Fresh: false
Always Build: false
Default Build Definition: true
Schedule: DEFAULT_SCHEDULE
Description: default maven2 buildDefinition

****************************************************************************
Output:
****************************************************************************

Output in 1.1-beta-1

*******
Dependencies Changes:
****************************************************************************
No dependencies changed

****************************************************************************
Test Summary:
****************************************************************************
Tests: 10
Failures: 0
Total time: 9906

****************************************************************************
Output:
****************************************************************************

Activity

Hide
Olivier Lamy added a comment -

This will fixed with included some new parameters in the configuration :

  • includeTestSummary (default value to false).
  • includeOutput (default value to false)
Show
Olivier Lamy added a comment - This will fixed with included some new parameters in the configuration :
  • includeTestSummary (default value to false).
  • includeOutput (default value to false)
Hide
Olivier Lamy added a comment -

fix in rev 594573

Show
Olivier Lamy added a comment - fix in rev 594573

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: