Changeset 10677 for inc

Show
Ignore:
Timestamp:
06/13/06 11:12:33 (3 years ago)
Author:
audreyt
Message:

* inc::Module::Install::Pugs - sort the tests before "make test"'ing

in the vain hope that the proxy.t failure is order dependent.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • inc/Module/Install/Pugs.pm

    r10303 r10677  
    127127    } 
    128128 
    129     $makefile =~ s/\b(runtests \@ARGV|test_harness\(\$\(TEST_VERBOSE\), )/ENV->{HARNESS_PERL} = q{$full_pugs}; \@ARGV = map glob, \@ARGV; ENV->{PERL6LIB} = q{$full_blib}; $1/; 
     129    $makefile =~ s/\b(runtests \@ARGV|test_harness\(\$\(TEST_VERBOSE\), )/ENV->{HARNESS_PERL} = q{$full_pugs}; \@ARGV = sort map glob, \@ARGV; ENV->{PERL6LIB} = q{$full_blib}; $1/; 
    130130    $makefile =~ s!("-MExtUtils::Command::MM")!"-I../../inc" "-I../inc" "-Iinc" $1!g; 
    131131    $makefile =~ s/\$\(UNINST\)/0/g;