Return-Path: Mailing-List: contact modperl-help@apache.org; run by ezmlm Delivered-To: mailing list modperl@apache.org Received: (qmail 12336 invoked from network); 1 Feb 2001 16:54:24 -0000 Received: from ns2.bizsystems.net (root@63.77.172.2) by h31.sny.collab.net with SMTP; 1 Feb 2001 16:54:24 -0000 Received: from bzs.org (root@pandora.is.bizsystems.com [192.168.1.190]) by ns2.bizsystems.net (8.9.3/8.9.3) with ESMTP id IAA10877 for ; Thu, 1 Feb 2001 08:54:30 -0800 Received: from gomer.is.bizsystems.com (gomer.is.bizsystems.com [192.168.1.166]) by bzs.org (8.8.5/8.8.5) with SMTP id IAA05906 for ; Thu, 1 Feb 2001 08:54:32 -0800 Message-Id: <200102011654.IAA05906@bzs.org> From: "Michael" To: modperl@apache.org Date: Thu, 1 Feb 2001 08:54:28 -0800 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: How do I debug failed tests? (error_log isn't helping) Reply-to: michael@bizsystems.com Priority: normal In-reply-to: <20010201105401.A21349@everchanging.org> X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N > make test has various errors (failed 18 total) > how do i debug these and fix them? The test routines are just ordinary perl code that exercise various portions of the module. It is like debugging any other perl code. I don't suppose that was the answer you wanted, but that's the way it works. You might start by finding the variable VERBOSE in the makefile and setting it to '1' Michael > > modules/cgi.........ok 5/5FAILED test 4 > Failed 1/5 tests, 80.00% okay > modules/perlrun.....FAILED before any test output arrived > modules/status......fetch /perl/perl-status failed! > modules/status......dubious > Test returned status 111 (wstat 28416, 0x6f00) > DIED. FAILED tests 1-7 > Failed 7/7 tests, 0.00% okay > internal/dirmagic...FAILED before any test output arrived > internal/http-get...NOK 16FAILED test 16 > Failed 1/16 tests, 93.75% okay > internal/rwrite.....NOK 2FAILED tests 1-2 > Failed 2/2 tests, 0.00% okay > internal/table......FAILED before any test output arrived > > Failed 7/33 test scripts, 78.79% okay. 11/244 subtests failed, > 95.49% okay. > > > sorry if this has already been done over.. > oh, and is there an archive of this mailing list? (since i just > subscribed, i'd like to look over some of the old stuff so i don't > duplicate too much) > > thanks in advance.. > > -- > jesse|everchanging.org >