Skip Menu |

This queue is for tickets about the v6-alpha CPAN distribution.

Report information
The Basics
Id: 20505
Status: open
Priority: 0/
Queue: v6-alpha

People
Owner: Nobody in particular
Requestors: alexchorny [...] gmail.com
Cc:
AdminCc:

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



Subject: nmake test cannot find tests
C:\cpan\v6-alpha-0.009>nmake test Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "%ENV=(%ENV,qw( PERL6LIB ./t));test_harness(0, 'inc', 'blib\lib', 'blib\arch')" t/*.t t/*/*.t t/*/*/*.t t/*........t/*.t does not exist t/*/*......t/*/*.t does not exist t/*/*/*....t/*/*/*.t does not exist FAILED--3 test scripts could be run, alas--no output ever seen NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0x2' Stop. perl v5.8.7 built for MSWin32-x86-multi-thread Binary build 813 respective files exist. Is it v6-alpha error or Test::Harness error? ------- Alexandr Ciornii, http://chorny.net
Subject: Re: [rt.cpan.org #20505] nmake test cannot find tests
Date: Mon, 17 Jul 2006 11:09:59 +0100
To: bug-v6-alpha [...] rt.cpan.org
From: "Chia-Liang Kao" <clkao [...] clkao.org>
Show quoted text
> > C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" > "%ENV=(%ENV,qw( PERL6LIB ./t));test_harness(0, 'inc', 'blib\lib', > 'blib\arch')" t/*.t t/*/*.t t/*/*/*.t > t/*........t/*.t does not exist > t/*/*......t/*/*.t does not exist > t/*/*/*....t/*/*/*.t does not exist > FAILED--3 test scripts could be run, alas--no output ever seen > NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0x2' > Stop.
It seems to be glob expanding problem, and I think it was supported by later Test::Harness. Cheers, CLK
From: Alexandr Ciornii <alexchorny [...] gmail.com>
On Jul 17 06:21:09 2006, clkao@clkao.org wrote: Show quoted text
> It seems to be glob expanding problem, and I think it was supported by > later Test::Harness.
This problem is fixed in ExtUtils::MakeMaker 6.30.