-
Bug
-
Resolution: Fixed
-
Major
-
MAC Mountain Lion
I use the TAP plugin as described.
Although the results seem to be reported correctly when I view the TAP file form the jenkins menu option it seems the format is not OK. Newlines are missing.
When I run the Python script that produces the TAP file from a terminal I get correct file.
I checked the TAP file in the build directory and this is also OK so it seems a problem of the HTML presentation.
In the webpage it is like this:
1..2 ok 1 login successful not ok 2 No heartbeat message
Code changed in jenkins
User: Bruno P. Kinoshita
Path:
src/main/java/org/tap4j/plugin/TapResult.java
src/main/resources/org/tap4j/plugin/TapResult/contents.jelly
src/test/java/org/tap4j/plugin/TestTapResultContents.java
src/test/resources/org/tap4j/plugin/tap/sample.tap
http://jenkins-ci.org/commit/tap-plugin/ea7004069be7d31cd8aabc1351bd12180bef234b
Log:
[FIXED JENKINS-14859] Unformatted TAP output in TapResult getContents method