Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: ilya [...] iponweb.net
Cc:
AdminCc:

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



Subject: fork parameter is not supported by prove
Date: Thu, 15 Oct 2009 13:24:31 +0400
To: bug-Test-Harness [...] rt.cpan.org
From: Ilya Martynov <ilya [...] iponweb.net>
prove help screen and pod documentation mentions --fork parameter but it doesn't seem to be actually supported: ilya@denmark:~$ prove --version TAP::Harness v3.17 and Perl v5.10.0 ilya@denmark:~$ prove --help| grep fork --fork Fork to run harness in multiple processes. ilya@denmark:~$ prove --fork Unknown option: fork Unable to continue at /usr/bin/prove line 10 -- Ilya Martynov, ilya@iponweb.net CTO IPonWEB (UK) Ltd
On Thu Oct 15 05:24:55 2009, ilya@iponweb.net wrote: Show quoted text
> prove help screen and pod documentation mentions --fork parameter but it > doesn't seem to be actually supported: > > ilya@denmark:~$ prove --version > TAP::Harness v3.17 and Perl v5.10.0 > ilya@denmark:~$ prove --help| grep fork > --fork Fork to run harness in multiple processes. > ilya@denmark:~$ prove --fork > Unknown option: fork > Unable to continue at /usr/bin/prove line 10
Fixed, thanks!