|
||||||||
|
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)

Right now my work around is NASTY.
Instead of prove, I can do:
mkdir -p $WORKSPACE/t; for test in t/*.t; do; prove -wlvm $test > $WORKSPACE/$test 2>&1; done
Of course I'm still being bitten by JENKINS-16326 ...