Return-Path: Delivered-To: apmail-httpd-test-cvs-archive@www.apache.org Received: (qmail 55982 invoked from network); 23 Feb 2004 20:37:40 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 23 Feb 2004 20:37:40 -0000 Received: (qmail 47069 invoked by uid 500); 23 Feb 2004 20:37:29 -0000 Delivered-To: apmail-httpd-test-cvs-archive@httpd.apache.org Received: (qmail 47037 invoked by uid 500); 23 Feb 2004 20:37:29 -0000 Mailing-List: contact test-cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: test-dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list test-cvs@httpd.apache.org Received: (qmail 47020 invoked from network); 23 Feb 2004 20:37:29 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 23 Feb 2004 20:37:29 -0000 Received: (qmail 55965 invoked by uid 1462); 23 Feb 2004 20:37:39 -0000 Date: 23 Feb 2004 20:37:39 -0000 Message-ID: <20040223203739.55964.qmail@minotaur.apache.org> From: geoff@apache.org To: httpd-test-cvs@apache.org Subject: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestHarness.pm X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N geoff 2004/02/23 12:37:39 Modified: perl-framework/Apache-Test/lib/Apache TestHarness.pm Log: never commit on mondays Revision Changes Path 1.15 +0 -1 httpd-test/perl-framework/Apache-Test/lib/Apache/TestHarness.pm Index: TestHarness.pm =================================================================== RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestHarness.pm,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- TestHarness.pm 23 Feb 2004 19:59:08 -0000 1.14 +++ TestHarness.pm 23 Feb 2004 20:37:39 -0000 1.15 @@ -25,7 +25,6 @@ sub skip { my($self, $file) = @_; $file ||= catfile Apache::Test::vars('serverroot'), 'SKIP'; - error "*** file is :$file:"; return unless -e $file;