|
||||||||
|
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 @Alex,
IN JENKINS-16325 a user suggested:
prove *.t --archive tap/
That worked fine for me. One TAP Strem (in this case, a TAP file) cannot, or at least should not, contain multiple TAP files. In TAP specification a blank line in a file is ignored, as well as any non-TAP related token. So we would have to write a special parser to handle multiple TAP files within a single file.
I would prefer avoid that if possible.
Let me know if that works for you too.
Thanks! /B