|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
- [JIRA] (JENKINS-16325) TAP Parser can't ... [email protected] (JIRA)
- [JIRA] (JENKINS-16325) TAP Parser c... [email protected] (JIRA)
- [JIRA] (JENKINS-16325) TAP Parser c... [email protected] (JIRA)
- [JIRA] (JENKINS-16325) TAP Parser c... [email protected] (JIRA)
- [JIRA] (JENKINS-16325) TAP Parser c... [email protected] (JIRA)
- [JIRA] (JENKINS-16325) TAP Parser c... [email protected] (JIRA)

Sure this is really simple to produce. I apologize for my bad terminology in advance
1. Make a project called YAML-Syck
2. Track git source: git://github.com/toddr/YAML-Syck.git
3. Your build steps are:
3a. perl Makefile.PL
3b. make
3c. prove -wbvm t/*.t 2>&1 > $WORKSPACE/prove.tap
4. Add the TAP plugin to the Post-build Actions. Test results come from prove.tap
This is my console output from running it:
This is the output from prove: