Merge lp:~elopio/pyjunitxml/skip into lp:pyjunitxml
Proposed by
Leo Arias
Status: | Merged | ||||
---|---|---|---|---|---|
Merged at revision: | 25 | ||||
Proposed branch: | lp:~elopio/pyjunitxml/skip | ||||
Merge into: | lp:pyjunitxml | ||||
Diff against target: |
34 lines (+3/-3) 2 files modified
junitxml/__init__.py (+1/-1) junitxml/tests/test_junitxml.py (+2/-2) |
||||
To merge this branch: | bzr merge lp:~elopio/pyjunitxml/skip | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Robert Collins | Pending | ||
Review via email:
|
Commit message
Replace 'skip' by 'skipped' in the xml file, as it seems to be the standard tag.
Description of the change
Our Jenkins tests were not reporting the skipped tests. After searching a specification for the results file, I found nothing but it seemed that it was based on the report made by the ant task, and it uses 'skipped' as the tag, instead of the 'skip' that's being generated by junitxml.
I tried replacing the tag by 'skipped', and Jenkins successfully reported the skipped tests.
So, this branch replaces 'skip' by 'skipped', as it seems to be the standard tag.
To post a comment you must log in.