Author: tim.bunce
Date: Mon Jan 5 13:24:01 2009
New Revision: 664
Modified:
trunk/t/20.runtests.t
Log:
Show 'Running tests with options ...' during 'make test'
to give more context for any failures
Modified: trunk/t/20.runtests.t
==============================================================================
--- trunk/t/20.runtests.t (original)
+++ trunk/t/20.runtests.t Mon Jan 5 13:24:01 2009
@@ -120,7 +120,7 @@
sub run_all_tests {
my ($env) = @_;
- print "# Running tests with options: { @{[ %$env ]} }\n";
+ warn "# Running tests with options: { @{[ %$env ]} }\n";
for my $test (@tests) {
run_test($test, $env);
}
--~--~---------~--~----~------------~-------~--~----~
You've received this message because you are subscribed to
the Devel::NYTProf Development User group.
Group hosted at: http://groups.google.com/group/develnytprof-dev
Project hosted at: http://perl-devel-nytprof.googlecode.com
CPAN distribution: http://search.cpan.org/dist/Devel-NYTProf
To post, email: [email protected]
To unsubscribe, email: [email protected]
-~----------~----~----~----~------~----~------~--~---