From 48639a389a684f9e3bf3e41c2e6c7cd7ab465f0a Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 30 Apr 2007 11:28:37 +0000 Subject: [PATCH] Less verbose --- lib/ZOOM/IRSpy.pm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/ZOOM/IRSpy.pm b/lib/ZOOM/IRSpy.pm index aa83513..bc82ad4 100644 --- a/lib/ZOOM/IRSpy.pm +++ b/lib/ZOOM/IRSpy.pm @@ -1,4 +1,4 @@ -# $Id: IRSpy.pm,v 1.83 2007-04-27 14:04:40 mike Exp $ +# $Id: IRSpy.pm,v 1.84 2007-04-30 11:28:37 mike Exp $ package ZOOM::IRSpy; @@ -177,7 +177,7 @@ sub initialise { $this->{tree} = $this->_gather_tests($tname) or die "No tests defined for '$tname'"; $this->{tree}->resolve(); - $this->{tree}->print(0); + #$this->{tree}->print(0); my $timeout = "ZOOM::IRSpy::Test::$tname"->timeout(); @@ -598,7 +598,6 @@ sub _gather_tests { eval { require $fullName; - $this->log("irspy", "successfully required '$fullName'"); }; if ($@) { $this->log("irspy", "couldn't require '$fullName': $@"); $this->log("warn", "can't load test '$tname': skipping", -- 1.7.10.4