|
||||||||
|
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 |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Hi there,
First I created a simple freestyle job, with a shell build step (touch archive).
Then I downloaded XML-Simple-2.20, copied the t/ folder to my job workspace and executed in another shell build step: prove t/*.t --archive archive/.
Finally, added TAP to my project, with archive/*.t as pattern.
The result archive/7_SaxStuff.t contains a SKIP_ALL: 1..0 # SKIP no XML::SAX
It is interpreted neither as failure or as passed, it's simply treated as a skipped test![]()
Can you run your tests with prove and archive the results to an existing directory and check what happens, please?
Thank you in advance, -B