diff options
author | Steve Hay <SteveHay@planit.com> | 2006-04-25 16:23:38 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2006-04-25 16:23:38 +0000 |
commit | f29b885a606ebcae8bf384c16eb4affebb332ccc (patch) | |
tree | c6f852610fa3ad3bf7af75ecc9025159138d9b6f /lib/Module | |
parent | 6482a30d2bd2742fb2541ea75066fbd5044cc1f8 (diff) | |
download | perl-f29b885a606ebcae8bf384c16eb4affebb332ccc.tar.gz |
Make Module-Build aware of new Test-Harness output
See also:
http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00755.html
p4raw-id: //depot/perl@27960
Diffstat (limited to 'lib/Module')
-rw-r--r-- | lib/Module/Build/t/compat.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Module/Build/t/compat.t b/lib/Module/Build/t/compat.t index 44a136c5af..64f0aebf6e 100644 --- a/lib/Module/Build/t/compat.t +++ b/lib/Module/Build/t/compat.t @@ -143,7 +143,7 @@ foreach my $type (@makefile_types) { $output = stdout_of( sub { $ran_ok = $mb->do_system(@make, 'test', 'TEST_VERBOSE=0') } ); ok $ran_ok; $output =~ s/^/# /gm; # Don't confuse our own test output - like $output, qr/(?:# .+basic\.+ok\s+(?:[\d.]+s\s*)?)# All tests/, + like $output, qr/(?:# .+basic\.+ok\s+(?:[\d.]+\s*m?s\s*)?)# All tests/, 'Should be non-verbose'; $mb->delete_filetree($libdir); |