Author: jkeenan
Date: Mon Jul 21 18:23:46 2008
New Revision: 29661
Modified:
trunk/lib/Parrot/Configure/Options/Test.pm
Log:
Revert to previous version due to unintentional commit of several lines.
Modified: trunk/lib/Parrot/Configure/Options/Test.pm
==============================================================================
--- trunk/lib/Parrot/Configure/Options/Test.pm (original)
+++ trunk/lib/Parrot/Configure/Options/Test.pm Mon Jul 21 18:23:46 2008
@@ -85,7 +85,6 @@
my $self = shift;
my @preconfiguration_tests = @_;
if ( $self->get_run('run_configure_tests') ) {
- my $start = time();
print "As you requested, we'll start with some tests of the
configuration tools.\n\n";
runtests(@preconfiguration_tests) or die
@@ -96,10 +95,6 @@
Parrot's configuration tools will work as intended.
TEST
- my $end =time();
- print scalar(@preconfiguration_tests),
- " t/configure and t/step tests took ",
- ($end - $start), " seconds.\n";
}
return 1;
}