Return-Path: Delivered-To: apmail-httpd-test-dev-archive@httpd.apache.org Received: (qmail 73400 invoked by uid 500); 18 Oct 2001 18:51:09 -0000 Mailing-List: contact test-dev-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-dev@httpd.apache.org Received: (qmail 73389 invoked from network); 18 Oct 2001 18:51:09 -0000 X-Authentication-Warning: mako.covalent.net: dougm owned process doing -bs Date: Thu, 18 Oct 2001 11:54:42 -0700 (PDT) From: Doug MacEachern To: test-dev@httpd.apache.org Subject: Re: Apache-Test breakage In-Reply-To: <3BCE5180.1020005@stason.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Thu, 18 Oct 2001, Stas Bekman wrote: > this patch does that: nice, +1 but, indentation is messed up: > my $argv = $self->{argv}; > + my @leftovers = (); > } > + push @leftovers, $_; > $self->{tests} = \@tests; > + $self->{argv} = \@leftovers; > $self->split_test_args; > + $self->die_on_invalid_args;