Skip Menu |

This queue is for tickets about the Test-Harness CPAN distribution.

Report information
The Basics
Id: 49991
Status: resolved
Priority: 0/
Queue: Test-Harness

People
Owner: Nobody in particular
Requestors: MARKSTOS [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 3.17
Fixed in: (no value)



Subject: PATCH: docs should reflect that "--archive" takes an option
A patch is below, but notice that it throws off the whole alignment of the documentation, so you may wish to reformat the whole list a bit. I would also consider it a feature of --archive defaulted to a file name like "out.tgz" instead of always requiring a file name. ### --- prove.bak 2009-09-24 16:42:53.000000000 -0400 +++ prove 2009-09-24 16:43:34.000000000 -0400 @@ -63,7 +63,7 @@ -e, --exec Interpreter to run the tests ('' for compiled tests.) --harness Define test harness to use. See TAP::Harness. --formatter Result formatter to use. See TAP::Harness. - -a, --archive Store the resulting TAP in an archive file. + -a, --archive out.tgz Store the resulting TAP in an archive file. -j, --jobs N Run N test jobs in parallel (try 9.) --state=opts Control prove's persistent state. --rc=rcfile Process options from rcfile
On Thu Sep 24 16:46:38 2009, MARKSTOS wrote: Show quoted text
> A patch is below, but notice that it throws off the whole alignment of > the documentation, so you may wish to reformat the whole list a bit. > > I would also consider it a feature of --archive defaulted to a file name > like "out.tgz" instead of always requiring a file name. > > ### > > --- prove.bak 2009-09-24 16:42:53.000000000 -0400 > +++ prove 2009-09-24 16:43:34.000000000 -0400 > @@ -63,7 +63,7 @@ > -e, --exec Interpreter to run the tests ('' for compiled tests.) > --harness Define test harness to use. See TAP::Harness. > --formatter Result formatter to use. See TAP::Harness. > - -a, --archive Store the resulting TAP in an archive file. > + -a, --archive out.tgz Store the resulting TAP in an archive file. > -j, --jobs N Run N test jobs in parallel (try 9.) > --state=opts Control prove's persistent state. > --rc=rcfile Process options from rcfile
Applied, thanks!