Return-Path: Delivered-To: apmail-perl-dev-archive@www.apache.org Received: (qmail 18349 invoked from network); 1 Oct 2003 18:25:04 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 1 Oct 2003 18:25:04 -0000 Received: (qmail 6684 invoked by uid 500); 1 Oct 2003 18:24:54 -0000 Delivered-To: apmail-perl-dev-archive@perl.apache.org Received: (qmail 6672 invoked by uid 500); 1 Oct 2003 18:24:54 -0000 Mailing-List: contact dev-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@perl.apache.org Received: (qmail 6658 invoked from network); 1 Oct 2003 18:24:54 -0000 Received: from unknown (HELO theoryx5.uwinnipeg.ca) (142.132.1.82) by daedalus.apache.org with SMTP; 1 Oct 2003 18:24:54 -0000 Received: from theoryx5.uwinnipeg.ca (localhost.localdomain [127.0.0.1]) by theoryx5.uwinnipeg.ca (8.12.8/8.12.8) with ESMTP id h91INgHU030325; Wed, 1 Oct 2003 13:23:42 -0500 Received: from localhost (randy@localhost) by theoryx5.uwinnipeg.ca (8.12.8/8.12.8/Submit) with ESMTP id h91INgsp030321; Wed, 1 Oct 2003 13:23:42 -0500 Date: Wed, 1 Oct 2003 13:23:42 -0500 (CDT) From: Randy Kobes To: Stas Bekman cc: Barrie Slaymaker , Steve Hay , mod_perl Dev Subject: Re: t/SMOKE on win32 In-Reply-To: <3F7B1873.5060508@stason.org> Message-ID: References: <200309301950.h8UJoV125267@ironsides.slaysys.com> <3F79F1B4.2070804@stason.org> <3F7B1873.5060508@stason.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Wed, 1 Oct 2003, Stas Bekman wrote: > Randy Kobes wrote: [ ... ] > > And that does seem to work! A diff appears below (not tested > > on linux) - in this, I also added a change to TestServer.pm > > to print out a message on Win32 when shutting down the > > server, as that's expected when checking that the server > > successfully shut down in TestSmoke.pm. > > Great, Randy, +1 to commit, but please drop > > > + print $log; > > in 3 places. If you want a verbose output run with -verbose. I haven't tested this on unix, but without the print $log; statements what would happen is that there would be no output to the terminal screen at all until the smoking was completed. I thought it was nice to see at least the progress - which test was currently running, etc. And isn't "verbose" different, in that it will include the results of running the subtests within each test? -- best regards, randy --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org For additional commands, e-mail: dev-help@perl.apache.org