Return-Path: Delivered-To: apmail-httpd-test-dev-archive@httpd.apache.org Received: (qmail 54245 invoked by uid 500); 31 Aug 2001 16:15:15 -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 54231 invoked from network); 31 Aug 2001 16:15:14 -0000 X-Authentication-Warning: mako.covalent.net: dougm owned process doing -bs Date: Fri, 31 Aug 2001 09:16:48 -0700 (PDT) From: Doug MacEachern To: test-dev@httpd.apache.org Subject: Re: forcing cleanup In-Reply-To: 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 Fri, 31 Aug 2001, Stas Bekman wrote: > When you cvs update, make sure to run './t/TEST -clean'. I've noticed that > one of the subtests in alias.t was failing. It was because extra.conf.in > has been changed, but the stale autogenerated extra.conf was used. > > what about using MD5 checksums, to decide whether to rebuild .in files or > not, to cause less errors and questions? just comparing mtimes would be good enough.