fill in check name in TAP output
ClosedPublic

Authored by kparal on Feb 18 2015, 3:46 PM.

Details

Reviewers
mkrizek
jskladan
Commits
Unknown Object (Diffusion Commit)
rRPMLINT1df6073e38da: fill in check name in TAP output
Summary

Before

[libtaskotron:runner.py:119] 2015-02-18 16:20:00 DEBUG   Variable ${rpmlint_output} was exported with value:
TAP version 13
1..1
not ok - $CHECKNAME for Koji build xchat-2.8.8-21.fc20  # FAIL
  ---
  item: xchat-2.8.8-21.fc20
  outcome: FAILED
  summary: rpmlint FAILED for xchat-2.8.8-21.fc20
  type: koji_build
  ...

After

[libtaskotron:runner.py:119] 2015-02-18 16:44:34 DEBUG   Variable ${rpmlint_output} was exported with value:
TAP version 13
1..1
not ok - rpmlint for Koji build xchat-2.8.8-21.fc20 # FAIL
  ---
  item: xchat-2.8.8-21.fc20
  outcome: FAILED
  summary: rpmlint FAILED for xchat-2.8.8-21.fc20
  type: koji_build
  ...
Test Plan

Tested it on a single package.

Diff Detail

Repository
rRPMLINT task-rpmlint
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
kparal retitled this revision from to fill in check name in TAP output.Feb 18 2015, 3:46 PM
kparal updated this object.
kparal edited the test plan for this revision. (Show Details)
kparal added reviewers: mkrizek, jskladan.
mkrizek accepted this revision.Feb 19 2015, 7:03 AM

LGTM

This revision is now accepted and ready to land.Feb 19 2015, 7:03 AM
This revision was automatically updated to reflect the committed changes.